#25893E

Color #25893E Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #25893E

Tints of Japanese Laurel #25893E

Color information

#25893E (or 0x25893E) is unknown color: approx Japanese Laurel. HEX triplet: 25, 89 and 3E. RGB value is (37,137,62). Sum of RGB (Red+Green+Blue) = 37+137+62=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 137 (53.91% from 255 or 58.05% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 137 - color contains mainly: green. Hex color #25893E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25893E is #DA76C1. Grayscale: #626262. Windows color (decimal): -14317250 or 4098341. OLE color: 4098341.

HSL color Cylindrical-coordinate representation of color #25893E: hue angle of 135º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25893E is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB3713762-
CMYK0.7300.550.46
HSL135º57.47%34.12%-
HSV(B)135º72.99%53.73%-
XYZ10.5818.637.6-
YUV98.55107.3784.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 15.68%
GREEN value IS 137 (53.91% from 255) = 58.05%
BLUE value IS 62 (24.61% from 255) = 26.27%
R=15.68%
G=58.05%
B=26.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal37137620.7300.550.4613557.4734.12
Hex25893E490372E873922
Octal4521176111067562077142
Binary100101100010011111101001001011011110111010000111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25893E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25893E; }

 p { color: rgb(37,137,62); }

 H1.HeaderClassName
 {
   color: #25893E;
 }
 .AnyTagClassName
 {
   color: #25893E;
 }
</style>
background-color css

<style>
 a { background-color: #25893E; }

 a { background-color: rgb(37,137,62); }

 div.DivClassName
 {
   background-color: #25893E;
 }
 .BgClassName
 {
   background-color: #25893E;
 }
</style>
border-color css

<style>
 span { border-color: #25893E; }

 span { border-color: rgb(37,137,62); }

 td.TdClassName
 {
   border-color: #25893E;
 }
 .TagClassName
 {
   border-color: #25893E;
 }
</style>