#296737

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

Shades of Camarone #296737

Tints of Camarone #296737

Color information

#296737 (or 0x296737) is unknown color: approx Camarone. HEX triplet: 29, 67 and 37. RGB value is (41,103,55). Sum of RGB (Red+Green+Blue) = 41+103+55=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 103 (40.62% from 255 or 51.76% from 199); Blue value is 55 (21.88% from 255 or 27.64% from 199); Max value from RGB is 103 - color contains mainly: green. Hex color #296737 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296737 is #D698C8. Grayscale: #4F4F4F. Windows color (decimal): -14063817 or 3630889. OLE color: 3630889.

HSL color Cylindrical-coordinate representation of color #296737: hue angle of 133.55º 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 #296737 is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.60.

Color convert

RGB4110355-
CMYK0.6000.470.60
HSL133.55º43.06%28.24%-
HSV(B)133.55º60.19%40.39%-
XYZ6.4510.455.29-
YUV78.99114.46100.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.60%
GREEN value IS 103 (40.62% from 255) = 51.76%
BLUE value IS 55 (21.88% from 255) = 27.64%
R=20.60%
G=51.76%
B=27.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41103550.6000.470.60133.5543.0628.24
Hex2967373C02F3C862b1c
Octal511476774057742065334
Binary101001110011111011111110001011111111001000011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296737; }

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

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

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

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

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

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

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

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