#277627

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

Shades of Japanese Laurel #277627

Tints of Japanese Laurel #277627

Color information

#277627 (or 0x277627) is unknown color: approx Japanese Laurel. HEX triplet: 27, 76 and 27. RGB value is (39,118,39). Sum of RGB (Red+Green+Blue) = 39+118+39=196 (25% of max value = 765). Red value is 39 (15.62% from 255 or 19.90% from 196); Green value is 118 (46.48% from 255 or 60.20% from 196); Blue value is 39 (15.62% from 255 or 19.90% from 196); Max value from RGB is 118 - color contains mainly: green. Hex color #277627 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277627 is #D889D8. Grayscale: #555555. Windows color (decimal): -14191065 or 2586151. OLE color: 2586151.

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

Color convert

RGB3911839-
CMYK0.6700.670.54
HSL120º50.32%30.78%-
HSV(B)120º66.95%46.27%-
XYZ7.6813.534.13-
YUV85.37101.8394.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.90%
GREEN value IS 118 (46.48% from 255) = 60.20%
BLUE value IS 39 (15.62% from 255) = 19.90%
R=19.90%
G=60.20%
B=19.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39118390.6700.670.5412050.3230.78
Hex277627430433678321f
Octal47166471030103661706237
Binary1001111110110100111100001101000011110110111100011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277627; }

 p { color: rgb(39,118,39); }

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

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

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

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

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

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

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