#257627

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

Shades of Japanese Laurel #257627

Tints of Japanese Laurel #257627

Color information

#257627 (or 0x257627) is unknown color: approx Japanese Laurel. HEX triplet: 25, 76 and 27. RGB value is (37,118,39). Sum of RGB (Red+Green+Blue) = 37+118+39=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 118 (46.48% from 255 or 60.82% from 194); Blue value is 39 (15.62% from 255 or 20.10% from 194); Max value from RGB is 118 - color contains mainly: green. Hex color #257627 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257627 is #DA89D8. Grayscale: #555555. Windows color (decimal): -14322137 or 2586149. OLE color: 2586149.

HSL color Cylindrical-coordinate representation of color #257627: hue angle of 121.48º 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 #257627 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB3711839-
CMYK0.6900.670.54
HSL121.48º52.26%30.39%-
HSV(B)121.48º68.64%46.27%-
XYZ7.6113.54.12-
YUV84.78102.1693.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.07%
GREEN value IS 118 (46.48% from 255) = 60.82%
BLUE value IS 39 (15.62% from 255) = 20.10%
R=19.07%
G=60.82%
B=20.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37118390.6900.670.54121.4852.2630.39
Hex257627450433679341e
Octal45166471050103661716436
Binary1001011110110100111100010101000011110110111100111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257627; }

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

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

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

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

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

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

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

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