#277D40

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

Shades of Camarone #277D40

Tints of Camarone #277D40

Color information

#277D40 (or 0x277D40) is unknown color: approx Camarone. HEX triplet: 27, 7D and 40. RGB value is (39,125,64). Sum of RGB (Red+Green+Blue) = 39+125+64=228 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.11% from 228); Green value is 125 (49.22% from 255 or 54.82% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 125 - color contains mainly: green. Hex color #277D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277D40 is #D882BF. Grayscale: #5C5C5C. Windows color (decimal): -14189248 or 4226343. OLE color: 4226343.

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

Color convert

RGB3912564-
CMYK0.6900.490.51
HSL137.44º52.44%32.16%-
HSV(B)137.44º68.8%49.02%-
XYZ9.115.477.36-
YUV92.33112.0189.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.11%
GREEN value IS 125 (49.22% from 255) = 54.82%
BLUE value IS 64 (25.39% from 255) = 28.07%
R=17.11%
G=54.82%
B=28.07%

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
Decimal39125640.6900.490.51137.4452.4432.16
Hex277D404503133893420
Octal47175100105061632116440
Binary100111111110110000001000101011000111001110001001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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