#257C35

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

Shades of Japanese Laurel #257C35

Tints of Japanese Laurel #257C35

Color information

#257C35 (or 0x257C35) is unknown color: approx Japanese Laurel. HEX triplet: 25, 7C and 35. RGB value is (37,124,53). Sum of RGB (Red+Green+Blue) = 37+124+53=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 124 (48.83% from 255 or 57.94% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 124 - color contains mainly: green. Hex color #257C35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257C35 is #DA83CA. Grayscale: #5A5A5A. Windows color (decimal): -14320587 or 3505189. OLE color: 3505189.

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

Color convert

RGB3712453-
CMYK0.7000.570.51
HSL131.03º54.04%31.57%-
HSV(B)131.03º70.16%48.63%-
XYZ8.6115.075.82-
YUV89.89107.1890.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.29%
GREEN value IS 124 (48.83% from 255) = 57.94%
BLUE value IS 53 (21.09% from 255) = 24.77%
R=17.29%
G=57.94%
B=24.77%

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
Decimal37124530.7000.570.51131.0354.0431.57
Hex257C354603933833620
Octal4517465106071632036640
Binary10010111111001101011000110011100111001110000011110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,124,53); }

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

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

 a { background-color: rgb(37,124,53); }

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

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

 span { border-color: rgb(37,124,53); }

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