#277740

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

Shades of Camarone #277740

Tints of Camarone #277740

Color information

#277740 (or 0x277740) is unknown color: approx Camarone. HEX triplet: 27, 77 and 40. RGB value is (39,119,64). Sum of RGB (Red+Green+Blue) = 39+119+64=222 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.57% from 222); Green value is 119 (46.88% from 255 or 53.60% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 119 - color contains mainly: green. Hex color #277740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277740 is #D888BF. Grayscale: #585858. Windows color (decimal): -14190784 or 4224807. OLE color: 4224807.

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

Color convert

RGB3911964-
CMYK0.6700.460.53
HSL138.75º50.63%30.98%-
HSV(B)138.75º67.23%46.67%-
XYZ8.36147.11-
YUV88.8111492.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.57%
GREEN value IS 119 (46.88% from 255) = 53.60%
BLUE value IS 64 (25.39% from 255) = 28.83%
R=17.57%
G=53.60%
B=28.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39119640.6700.460.53138.7550.6330.98
Hex2777404302E358b331f
Octal47167100103056652136337
Binary10011111101111000000100001101011101101011000101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277740; }

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

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

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

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

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

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

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

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