#257932

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

Shades of Japanese Laurel #257932

Tints of Japanese Laurel #257932

Color information

#257932 (or 0x257932) is unknown color: approx Japanese Laurel. HEX triplet: 25, 79 and 32. RGB value is (37,121,50). Sum of RGB (Red+Green+Blue) = 37+121+50=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 121 (47.66% from 255 or 58.17% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 121 - color contains mainly: green. Hex color #257932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257932 is #DA86CD. Grayscale: #575757. Windows color (decimal): -14321358 or 3307813. OLE color: 3307813.

HSL color Cylindrical-coordinate representation of color #257932: hue angle of 129.29º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257932 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB3712150-
CMYK0.6900.590.53
HSL129.29º53.16%30.98%-
HSV(B)129.29º69.42%47.45%-
XYZ8.1814.35.35-
YUV87.79106.6791.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.79%
GREEN value IS 121 (47.66% from 255) = 58.17%
BLUE value IS 50 (19.92% from 255) = 24.04%
R=17.79%
G=58.17%
B=24.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37121500.6900.590.53129.2953.1630.98
Hex2579324503B3581351f
Octal4517162105073652016537
Binary1001011111001110010100010101110111101011000000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257932; }

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

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

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

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

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

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

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

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