#276139

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

Shades of Camarone #276139

Tints of Camarone #276139

Color information

#276139 (or 0x276139) is unknown color: approx Camarone. HEX triplet: 27, 61 and 39. RGB value is (39,97,57). Sum of RGB (Red+Green+Blue) = 39+97+57=193 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.21% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 57 (22.66% from 255 or 29.53% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #276139 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276139 is #D89EC6. Grayscale: #4B4B4B. Windows color (decimal): -14196423 or 3760423. OLE color: 3760423.

HSL color Cylindrical-coordinate representation of color #276139: hue angle of 138.62º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #276139 is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB399757-
CMYK0.6000.410.62
HSL138.62º42.65%26.67%-
HSV(B)138.62º59.79%38.04%-
XYZ5.859.285.35-
YUV75.1117.78102.25-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.21%
GREEN value IS 97 (38.28% from 255) = 50.26%
BLUE value IS 57 (22.66% from 255) = 29.53%
R=20.21%
G=50.26%
B=29.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3997570.6000.410.62138.6242.6526.67
Hex2761393C0293E8b2b1b
Octal471417174051762135333
Binary100111110000111100111110001010011111101000101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276139; }

 p { color: rgb(39,97,57); }

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

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

 a { background-color: rgb(39,97,57); }

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

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

 span { border-color: rgb(39,97,57); }

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