#296339

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

Shades of Camarone #296339

Tints of Camarone #296339

Color information

#296339 (or 0x296339) is unknown color: approx Camarone. HEX triplet: 29, 63 and 39. RGB value is (41,99,57). Sum of RGB (Red+Green+Blue) = 41+99+57=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 99 (39.06% from 255 or 50.25% from 197); Blue value is 57 (22.66% from 255 or 28.93% from 197); Max value from RGB is 99 - color contains mainly: green. Hex color #296339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296339 is #D69CC6. Grayscale: #4C4C4C. Windows color (decimal): -14064839 or 3760937. OLE color: 3760937.

HSL color Cylindrical-coordinate representation of color #296339: hue angle of 136.55º 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 #296339 is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.61.

Color convert

RGB419957-
CMYK0.5900.420.61
HSL136.55º41.43%27.45%-
HSV(B)136.55º58.59%38.82%-
XYZ6.119.695.42-
YUV76.87116.78102.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.81%
GREEN value IS 99 (39.06% from 255) = 50.25%
BLUE value IS 57 (22.66% from 255) = 28.93%
R=20.81%
G=50.25%
B=28.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4199570.5900.420.61136.5541.4327.45
Hex2963393B02A3D89291b
Octal511437173052752115133
Binary101001110001111100111101101010101111011000100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296339; }

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

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

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

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

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

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

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

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