#277C36

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

Shades of Japanese Laurel #277C36

Tints of Japanese Laurel #277C36

Color information

#277C36 (or 0x277C36) is unknown color: approx Japanese Laurel. HEX triplet: 27, 7C and 36. RGB value is (39,124,54). Sum of RGB (Red+Green+Blue) = 39+124+54=217 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.97% from 217); Green value is 124 (48.83% from 255 or 57.14% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 124 - color contains mainly: green. Hex color #277C36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277C36 is #D883C9. Grayscale: #5A5A5A. Windows color (decimal): -14189514 or 3570727. OLE color: 3570727.

HSL color Cylindrical-coordinate representation of color #277C36: hue angle of 130.59º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #277C36 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB3912454-
CMYK0.6900.560.51
HSL130.59º52.15%31.96%-
HSV(B)130.59º68.55%48.63%-
XYZ8.7115.115.95-
YUV90.6107.3491.19-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.97%
GREEN value IS 124 (48.83% from 255) = 57.14%
BLUE value IS 54 (21.48% from 255) = 24.88%
R=17.97%
G=57.14%
B=24.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39124540.6900.560.51130.5952.1531.96
Hex277C364503833833420
Octal4717466105070632036440
Binary10011111111001101101000101011100011001110000011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277C36; }

 p { color: rgb(39,124,54); }

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

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

 a { background-color: rgb(39,124,54); }

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

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

 span { border-color: rgb(39,124,54); }

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