#277240

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

Shades of Camarone #277240

Tints of Camarone #277240

Color information

#277240 (or 0x277240) is unknown color: approx Camarone. HEX triplet: 27, 72 and 40. RGB value is (39,114,64). Sum of RGB (Red+Green+Blue) = 39+114+64=217 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.97% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #277240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277240 is #D88DBF. Grayscale: #565656. Windows color (decimal): -14192064 or 4223527. OLE color: 4223527.

HSL color Cylindrical-coordinate representation of color #277240: hue angle of 140º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #277240 is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB3911464-
CMYK0.6600.440.55
HSL140º49.02%30%-
HSV(B)140º65.79%44.71%-
XYZ7.7812.846.92-
YUV85.88115.6594.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.97%
GREEN value IS 114 (44.92% from 255) = 52.53%
BLUE value IS 64 (25.39% from 255) = 29.49%
R=17.97%
G=52.53%
B=29.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39114640.6600.440.5514049.0230
Hex2772404202C378c311e
Octal47162100102054672146136
Binary10011111100101000000100001001011001101111000110011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277240; }

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

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

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

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

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

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

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

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