#277C40

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

Shades of Camarone #277C40

Tints of Camarone #277C40

Color information

#277C40 (or 0x277C40) is unknown color: approx Camarone. HEX triplet: 27, 7C and 40. RGB value is (39,124,64). Sum of RGB (Red+Green+Blue) = 39+124+64=227 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.18% from 227); Green value is 124 (48.83% from 255 or 54.63% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 124 - color contains mainly: green. Hex color #277C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277C40 is #D883BF. Grayscale: #5B5B5B. Windows color (decimal): -14189504 or 4226087. OLE color: 4226087.

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

Color convert

RGB3912464-
CMYK0.6900.480.51
HSL137.65º52.15%31.96%-
HSV(B)137.65º68.55%48.63%-
XYZ8.9715.227.31-
YUV91.74112.3490.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.18%
GREEN value IS 124 (48.83% from 255) = 54.63%
BLUE value IS 64 (25.39% from 255) = 28.19%
R=17.18%
G=54.63%
B=28.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39124640.6900.480.51137.6552.1531.96
Hex277C4045030338a3420
Octal47174100105060632126440
Binary100111111110010000001000101011000011001110001010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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