#257621

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

Shades of Japanese Laurel #257621

Tints of Japanese Laurel #257621

Color information

#257621 (or 0x257621) is unknown color: approx Japanese Laurel. HEX triplet: 25, 76 and 21. RGB value is (37,118,33). Sum of RGB (Red+Green+Blue) = 37+118+33=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 118 (46.48% from 255 or 62.77% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 118 - color contains mainly: green. Hex color #257621 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257621 is #DA89DE. Grayscale: #545454. Windows color (decimal): -14322143 or 2192933. OLE color: 2192933.

HSL color Cylindrical-coordinate representation of color #257621: hue angle of 117.18º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #257621 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB3711833-
CMYK0.6900.720.54
HSL117.18º56.29%29.61%-
HSV(B)117.18º72.03%46.27%-
XYZ7.5213.463.64-
YUV84.0999.1694.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.68%
GREEN value IS 118 (46.48% from 255) = 62.77%
BLUE value IS 33 (13.28% from 255) = 17.55%
R=19.68%
G=62.77%
B=17.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37118330.6900.720.54117.1856.2929.61
Hex257621450483675381e
Octal45166411050110661657036
Binary1001011110110100001100010101001000110110111010111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257621; }

 p { color: rgb(37,118,33); }

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

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

 a { background-color: rgb(37,118,33); }

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

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

 span { border-color: rgb(37,118,33); }

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