#257E39

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

Shades of Japanese Laurel #257E39

Tints of Japanese Laurel #257E39

Color information

#257E39 (or 0x257E39) is unknown color: approx Japanese Laurel. HEX triplet: 25, 7E and 39. RGB value is (37,126,57). Sum of RGB (Red+Green+Blue) = 37+126+57=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 126 (49.61% from 255 or 57.27% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 126 - color contains mainly: green. Hex color #257E39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257E39 is #DA81C6. Grayscale: #5B5B5B. Windows color (decimal): -14320071 or 3767845. OLE color: 3767845.

HSL color Cylindrical-coordinate representation of color #257E39: hue angle of 133.48º 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 #257E39 is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.51.

Color convert

RGB3712657-
CMYK0.7100.550.51
HSL133.48º54.6%31.96%-
HSV(B)133.48º70.63%49.41%-
XYZ8.9615.616.41-
YUV91.52108.5189.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.82%
GREEN value IS 126 (49.61% from 255) = 57.27%
BLUE value IS 57 (22.66% from 255) = 25.91%
R=16.82%
G=57.27%
B=25.91%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37126570.7100.550.51133.4854.631.96
Hex257E394703733853720
Octal4517671107067632056740
Binary10010111111101110011000111011011111001110000101110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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