#296336

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

Shades of Camarone #296336

Tints of Camarone #296336

Color information

#296336 (or 0x296336) is unknown color: approx Camarone. HEX triplet: 29, 63 and 36. RGB value is (41,99,54). Sum of RGB (Red+Green+Blue) = 41+99+54=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 99 (39.06% from 255 or 51.03% from 194); Blue value is 54 (21.48% from 255 or 27.84% from 194); Max value from RGB is 99 - color contains mainly: green. Hex color #296336 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296336 is #D69CC9. Grayscale: #4C4C4C. Windows color (decimal): -14064842 or 3564329. OLE color: 3564329.

HSL color Cylindrical-coordinate representation of color #296336: hue angle of 133.45º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #296336 is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.61.

Color convert

RGB419954-
CMYK0.5900.450.61
HSL133.45º41.43%27.45%-
HSV(B)133.45º58.59%38.82%-
XYZ6.049.665.04-
YUV76.53115.28102.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.13%
GREEN value IS 99 (39.06% from 255) = 51.03%
BLUE value IS 54 (21.48% from 255) = 27.84%
R=21.13%
G=51.03%
B=27.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4199540.5900.450.61133.4541.4327.45
Hex2963363B02D3D85291b
Octal511436673055752055133
Binary101001110001111011011101101011011111011000010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296336; }

 p { color: rgb(41,99,54); }

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

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

 a { background-color: rgb(41,99,54); }

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

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

 span { border-color: rgb(41,99,54); }

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