#257D36

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

Shades of Japanese Laurel #257D36

Tints of Japanese Laurel #257D36

Color information

#257D36 (or 0x257D36) is unknown color: approx Japanese Laurel. HEX triplet: 25, 7D and 36. RGB value is (37,125,54). Sum of RGB (Red+Green+Blue) = 37+125+54=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 125 (49.22% from 255 or 57.87% from 216); Blue value is 54 (21.48% from 255 or 25% from 216); Max value from RGB is 125 - color contains mainly: green. Hex color #257D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257D36 is #DA82C9. Grayscale: #5A5A5A. Windows color (decimal): -14320330 or 3570981. OLE color: 3570981.

HSL color Cylindrical-coordinate representation of color #257D36: hue angle of 131.59º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257D36 is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.51.

Color convert

RGB3712554-
CMYK0.7000.570.51
HSL131.59º54.32%31.76%-
HSV(B)131.59º70.4%49.02%-
XYZ8.7615.335.99-
YUV90.59107.3589.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.13%
GREEN value IS 125 (49.22% from 255) = 57.87%
BLUE value IS 54 (21.48% from 255) = 25%
R=17.13%
G=57.87%
B=25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37125540.7000.570.51131.5954.3231.76
Hex257D364603933843620
Octal4517566106071632046640
Binary10010111111011101101000110011100111001110000100110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,125,54); }

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

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

 a { background-color: rgb(37,125,54); }

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

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

 span { border-color: rgb(37,125,54); }

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