#277521

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

Shades of Japanese Laurel #277521

Tints of Japanese Laurel #277521

Color information

#277521 (or 0x277521) is unknown color: approx Japanese Laurel. HEX triplet: 27, 75 and 21. RGB value is (39,117,33). Sum of RGB (Red+Green+Blue) = 39+117+33=189 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.63% from 189); Green value is 117 (46.09% from 255 or 61.90% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 117 - color contains mainly: green. Hex color #277521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277521 is #D88ADE. Grayscale: #545454. Windows color (decimal): -14191327 or 2192679. OLE color: 2192679.

HSL color Cylindrical-coordinate representation of color #277521: hue angle of 115.71º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #277521 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB3911733-
CMYK0.6700.720.54
HSL115.71º56%29.41%-
HSV(B)115.71º71.79%45.88%-
XYZ7.4713.263.61-
YUV84.199.1695.83-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.63%
GREEN value IS 117 (46.09% from 255) = 61.90%
BLUE value IS 33 (13.28% from 255) = 17.46%
R=20.63%
G=61.90%
B=17.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39117330.6700.720.54115.715629.41
Hex277521430483674381d
Octal47165411030110661647035
Binary1001111110101100001100001101001000110110111010011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277521; }

 p { color: rgb(39,117,33); }

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

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

 a { background-color: rgb(39,117,33); }

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

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

 span { border-color: rgb(39,117,33); }

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