#277040

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

Shades of Camarone #277040

Tints of Camarone #277040

Color information

#277040 (or 0x277040) is unknown color: approx Camarone. HEX triplet: 27, 70 and 40. RGB value is (39,112,64). Sum of RGB (Red+Green+Blue) = 39+112+64=215 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.14% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #277040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277040 is #D88FBF. Grayscale: #545454. Windows color (decimal): -14192576 or 4223015. OLE color: 4223015.

HSL color Cylindrical-coordinate representation of color #277040: hue angle of 140.55º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #277040 is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB3911264-
CMYK0.6500.430.56
HSL140.55º48.34%29.61%-
HSV(B)140.55º65.18%43.92%-
XYZ7.5612.396.84-
YUV84.7116.3295.4-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.14%
GREEN value IS 112 (44.14% from 255) = 52.09%
BLUE value IS 64 (25.39% from 255) = 29.77%
R=18.14%
G=52.09%
B=29.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39112640.6500.430.56140.5548.3429.61
Hex2770404102B388d301e
Octal47160100101053702156036
Binary10011111100001000000100000101010111110001000110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277040; }

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

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

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

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

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

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

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

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