#257E32

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

Shades of Japanese Laurel #257E32

Tints of Japanese Laurel #257E32

Color information

#257E32 (or 0x257E32) is unknown color: approx Japanese Laurel. HEX triplet: 25, 7E and 32. RGB value is (37,126,50). Sum of RGB (Red+Green+Blue) = 37+126+50=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 126 (49.61% from 255 or 59.15% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 126 - color contains mainly: green. Hex color #257E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257E32 is #DA81CD. Grayscale: #5A5A5A. Windows color (decimal): -14320078 or 3309093. OLE color: 3309093.

HSL color Cylindrical-coordinate representation of color #257E32: hue angle of 128.76º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257E32 is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB3712650-
CMYK0.7100.600.51
HSL128.76º54.6%31.96%-
HSV(B)128.76º70.63%49.41%-
XYZ8.815.555.55-
YUV90.72105.0189.68-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.37%
GREEN value IS 126 (49.61% from 255) = 59.15%
BLUE value IS 50 (19.92% from 255) = 23.47%
R=17.37%
G=59.15%
B=23.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37126500.7100.600.51128.7654.631.96
Hex257E324703C33813720
Octal4517662107074632016740
Binary10010111111101100101000111011110011001110000001110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257E32; }

 p { color: rgb(37,126,50); }

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

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

 a { background-color: rgb(37,126,50); }

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

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

 span { border-color: rgb(37,126,50); }

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