#257521

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

Shades of Japanese Laurel #257521

Tints of Japanese Laurel #257521

Color information

#257521 (or 0x257521) is unknown color: approx Japanese Laurel. HEX triplet: 25, 75 and 21. RGB value is (37,117,33). Sum of RGB (Red+Green+Blue) = 37+117+33=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 117 (46.09% from 255 or 62.57% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 117 - color contains mainly: green. Hex color #257521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257521 is #DA8ADE. Grayscale: #535353. Windows color (decimal): -14322399 or 2192677. OLE color: 2192677.

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

Color convert

RGB3711733-
CMYK0.6800.720.54
HSL117.14º56%29.41%-
HSV(B)117.14º71.79%45.88%-
XYZ7.413.233.6-
YUV83.599.594.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.79%
GREEN value IS 117 (46.09% from 255) = 62.57%
BLUE value IS 33 (13.28% from 255) = 17.65%
R=19.79%
G=62.57%
B=17.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37117330.6800.720.54117.145629.41
Hex257521440483675381d
Octal45165411040110661657035
Binary1001011110101100001100010001001000110110111010111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257521; }

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

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

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

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

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

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

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

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