#257C34

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

Shades of Japanese Laurel #257C34

Tints of Japanese Laurel #257C34

Color information

#257C34 (or 0x257C34) is unknown color: approx Japanese Laurel. HEX triplet: 25, 7C and 34. RGB value is (37,124,52). Sum of RGB (Red+Green+Blue) = 37+124+52=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 124 (48.83% from 255 or 58.22% from 213); Blue value is 52 (20.70% from 255 or 24.41% from 213); Max value from RGB is 124 - color contains mainly: green. Hex color #257C34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257C34 is #DA83CB. Grayscale: #595959. Windows color (decimal): -14320588 or 3439653. OLE color: 3439653.

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

Color convert

RGB3712452-
CMYK0.7000.580.51
HSL130.34º54.04%31.57%-
HSV(B)130.34º70.16%48.63%-
XYZ8.5915.065.7-
YUV89.78106.6890.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.37%
GREEN value IS 124 (48.83% from 255) = 58.22%
BLUE value IS 52 (20.70% from 255) = 24.41%
R=17.37%
G=58.22%
B=24.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37124520.7000.580.51130.3454.0431.57
Hex257C344603A33823620
Octal4517464106072632026640
Binary10010111111001101001000110011101011001110000010110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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