#257827

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

Shades of Japanese Laurel #257827

Tints of Japanese Laurel #257827

Color information

#257827 (or 0x257827) is unknown color: approx Japanese Laurel. HEX triplet: 25, 78 and 27. RGB value is (37,120,39). Sum of RGB (Red+Green+Blue) = 37+120+39=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 120 (47.27% from 255 or 61.22% from 196); Blue value is 39 (15.62% from 255 or 19.90% from 196); Max value from RGB is 120 - color contains mainly: green. Hex color #257827 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257827 is #DA87D8. Grayscale: #565656. Windows color (decimal): -14321625 or 2586661. OLE color: 2586661.

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

Color convert

RGB3712039-
CMYK0.6900.670.53
HSL121.45º52.87%30.78%-
HSV(B)121.45º69.17%47.06%-
XYZ7.8513.974.2-
YUV85.95101.593.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.88%
GREEN value IS 120 (47.27% from 255) = 61.22%
BLUE value IS 39 (15.62% from 255) = 19.90%
R=18.88%
G=61.22%
B=19.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37120390.6900.670.53121.4552.8730.78
Hex257827450433579351f
Octal45170471050103651716537
Binary1001011111000100111100010101000011110101111100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257827; }

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

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

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

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

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

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

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

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