#257524

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

Shades of Japanese Laurel #257524

Tints of Japanese Laurel #257524

Color information

#257524 (or 0x257524) is unknown color: approx Japanese Laurel. HEX triplet: 25, 75 and 24. RGB value is (37,117,36). Sum of RGB (Red+Green+Blue) = 37+117+36=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 117 (46.09% from 255 or 61.58% from 190); Blue value is 36 (14.45% from 255 or 18.95% from 190); Max value from RGB is 117 - color contains mainly: green. Hex color #257524 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257524 is #DA8ADB. Grayscale: #545454. Windows color (decimal): -14322396 or 2389285. OLE color: 2389285.

HSL color Cylindrical-coordinate representation of color #257524: hue angle of 119.26º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257524 is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB3711736-
CMYK0.6800.690.54
HSL119.26º52.94%30%-
HSV(B)119.26º69.23%45.88%-
XYZ7.4413.243.83-
YUV83.8510194.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.47%
GREEN value IS 117 (46.09% from 255) = 61.58%
BLUE value IS 36 (14.45% from 255) = 18.95%
R=19.47%
G=61.58%
B=18.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37117360.6800.690.54119.2652.9430
Hex257524440453677351e
Octal45165441040105661676536
Binary1001011110101100100100010001000101110110111011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257524; }

 p { color: rgb(37,117,36); }

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

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

 a { background-color: rgb(37,117,36); }

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

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

 span { border-color: rgb(37,117,36); }

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