#277824

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

Shades of Japanese Laurel #277824

Tints of Japanese Laurel #277824

Color information

#277824 (or 0x277824) is unknown color: approx Japanese Laurel. HEX triplet: 27, 78 and 24. RGB value is (39,120,36). Sum of RGB (Red+Green+Blue) = 39+120+36=195 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20% from 195); Green value is 120 (47.27% from 255 or 61.54% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 120 - color contains mainly: green. Hex color #277824 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277824 is #D887DB. Grayscale: #565656. Windows color (decimal): -14190556 or 2390055. OLE color: 2390055.

HSL color Cylindrical-coordinate representation of color #277824: hue angle of 117.86º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #277824 is Cyan = 0.67, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.53.

Color convert

RGB3912036-
CMYK0.6700.70.53
HSL117.86º53.85%30.59%-
HSV(B)117.86º70%47.06%-
XYZ7.8713.993.95-
YUV86.299.6694.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20%
GREEN value IS 120 (47.27% from 255) = 61.54%
BLUE value IS 36 (14.45% from 255) = 18.46%
R=20%
G=61.54%
B=18.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39120360.6700.70.53117.8653.8530.59
Hex277824430463576361f
Octal47170441030106651666637
Binary1001111111000100100100001101000110110101111011011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277824; }

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

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

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

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

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

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

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

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