#257628

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

Shades of Japanese Laurel #257628

Tints of Japanese Laurel #257628

Color information

#257628 (or 0x257628) is unknown color: approx Japanese Laurel. HEX triplet: 25, 76 and 28. RGB value is (37,118,40). Sum of RGB (Red+Green+Blue) = 37+118+40=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 118 (46.48% from 255 or 60.51% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 118 - color contains mainly: green. Hex color #257628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257628 is #DA89D7. Grayscale: #555555. Windows color (decimal): -14322136 or 2651685. OLE color: 2651685.

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

Color convert

RGB3711840-
CMYK0.6900.660.54
HSL122.22º52.26%30.39%-
HSV(B)122.22º68.64%46.27%-
XYZ7.6213.54.21-
YUV84.89102.6693.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.97%
GREEN value IS 118 (46.48% from 255) = 60.51%
BLUE value IS 40 (16.02% from 255) = 20.51%
R=18.97%
G=60.51%
B=20.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37118400.6900.660.54122.2252.2630.39
Hex25762845042367a341e
Octal45166501050102661726436
Binary1001011110110101000100010101000010110110111101011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257628; }

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

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

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

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

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

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

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

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