#277E40

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

Shades of Camarone #277E40

Tints of Camarone #277E40

Color information

#277E40 (or 0x277E40) is unknown color: approx Camarone. HEX triplet: 27, 7E and 40. RGB value is (39,126,64). Sum of RGB (Red+Green+Blue) = 39+126+64=229 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.03% from 229); Green value is 126 (49.61% from 255 or 55.02% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 126 - color contains mainly: green. Hex color #277E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277E40 is #D881BF. Grayscale: #5D5D5D. Windows color (decimal): -14188992 or 4226599. OLE color: 4226599.

HSL color Cylindrical-coordinate representation of color #277E40: hue angle of 137.24º degrees, saturation: 0.53, 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 #277E40 is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.

Color convert

RGB3912664-
CMYK0.6900.490.51
HSL137.24º52.73%32.35%-
HSV(B)137.24º69.05%49.41%-
XYZ9.2215.727.4-
YUV92.92111.6889.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.03%
GREEN value IS 126 (49.61% from 255) = 55.02%
BLUE value IS 64 (25.39% from 255) = 27.95%
R=17.03%
G=55.02%
B=27.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39126640.6900.490.51137.2452.7332.35
Hex277E404503133893520
Octal47176100105061632116540
Binary100111111111010000001000101011000111001110001001110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,126,64); }

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

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

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

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

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

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

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