#257927

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

Shades of Japanese Laurel #257927

Tints of Japanese Laurel #257927

Color information

#257927 (or 0x257927) is unknown color: approx Japanese Laurel. HEX triplet: 25, 79 and 27. RGB value is (37,121,39). Sum of RGB (Red+Green+Blue) = 37+121+39=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 121 (47.66% from 255 or 61.42% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 121 - color contains mainly: green. Hex color #257927 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257927 is #DA86D8. Grayscale: #565656. Windows color (decimal): -14321369 or 2586917. OLE color: 2586917.

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

Color convert

RGB3712139-
CMYK0.6900.680.53
HSL121.43º53.16%30.98%-
HSV(B)121.43º69.42%47.45%-
XYZ7.9714.214.24-
YUV86.54101.1792.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.78%
GREEN value IS 121 (47.66% from 255) = 61.42%
BLUE value IS 39 (15.62% from 255) = 19.80%
R=18.78%
G=61.42%
B=19.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37121390.6900.680.53121.4353.1630.98
Hex257927450443579351f
Octal45171471050104651716537
Binary1001011111001100111100010101000100110101111100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257927; }

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

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

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

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

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

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

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

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