#296637

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

Shades of Camarone #296637

Tints of Camarone #296637

Color information

#296637 (or 0x296637) is unknown color: approx Camarone. HEX triplet: 29, 66 and 37. RGB value is (41,102,55). Sum of RGB (Red+Green+Blue) = 41+102+55=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 102 (40.23% from 255 or 51.52% from 198); Blue value is 55 (21.88% from 255 or 27.78% from 198); Max value from RGB is 102 - color contains mainly: green. Hex color #296637 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296637 is #D699C8. Grayscale: #4E4E4E. Windows color (decimal): -14064073 or 3630633. OLE color: 3630633.

HSL color Cylindrical-coordinate representation of color #296637: hue angle of 133.77º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #296637 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.6.

Color convert

RGB4110255-
CMYK0.6000.460.6
HSL133.77º42.66%28.04%-
HSV(B)133.77º59.8%40%-
XYZ6.3610.255.26-
YUV78.4114.79101.32-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.71%
GREEN value IS 102 (40.23% from 255) = 51.52%
BLUE value IS 55 (21.88% from 255) = 27.78%
R=20.71%
G=51.52%
B=27.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal41102550.6000.460.6133.7742.6628.04
Hex2966373C02E3C862b1c
Octal511466774056742065334
Binary101001110011011011111110001011101111001000011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296637; }

 p { color: rgb(41,102,55); }

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

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

 a { background-color: rgb(41,102,55); }

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

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

 span { border-color: rgb(41,102,55); }

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