#257B32

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

Shades of Japanese Laurel #257B32

Tints of Japanese Laurel #257B32

Color information

#257B32 (or 0x257B32) is unknown color: approx Japanese Laurel. HEX triplet: 25, 7B and 32. RGB value is (37,123,50). Sum of RGB (Red+Green+Blue) = 37+123+50=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 123 (48.44% from 255 or 58.57% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 123 - color contains mainly: green. Hex color #257B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257B32 is #DA84CD. Grayscale: #595959. Windows color (decimal): -14320846 or 3308325. OLE color: 3308325.

HSL color Cylindrical-coordinate representation of color #257B32: hue angle of 129.07º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257B32 is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.

Color convert

RGB3712350-
CMYK0.7000.590.52
HSL129.07º53.75%31.37%-
HSV(B)129.07º69.92%48.24%-
XYZ8.4214.795.43-
YUV88.96106.0190.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.62%
GREEN value IS 123 (48.44% from 255) = 58.57%
BLUE value IS 50 (19.92% from 255) = 23.81%
R=17.62%
G=58.57%
B=23.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37123500.7000.590.52129.0753.7531.37
Hex257B324603B3481361f
Octal4517362106073642016637
Binary1001011111011110010100011001110111101001000000111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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