#296436

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

Shades of Camarone #296436

Tints of Camarone #296436

Color information

#296436 (or 0x296436) is unknown color: approx Camarone. HEX triplet: 29, 64 and 36. RGB value is (41,100,54). Sum of RGB (Red+Green+Blue) = 41+100+54=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 100 (39.45% from 255 or 51.28% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 100 - color contains mainly: green. Hex color #296436 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296436 is #D69BC9. Grayscale: #4D4D4D. Windows color (decimal): -14064586 or 3564585. OLE color: 3564585.

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

Color convert

RGB4110054-
CMYK0.5900.460.61
HSL133.22º41.84%27.65%-
HSV(B)133.22º59%39.22%-
XYZ6.149.855.07-
YUV77.12114.95102.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.03%
GREEN value IS 100 (39.45% from 255) = 51.28%
BLUE value IS 54 (21.48% from 255) = 27.69%
R=21.03%
G=51.28%
B=27.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal41100540.5900.460.61133.2241.8427.65
Hex2964363B02E3D852a1c
Octal511446673056752055234
Binary101001110010011011011101101011101111011000010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296436; }

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

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

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

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

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

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

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

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