#296337

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

Shades of Camarone #296337

Tints of Camarone #296337

Color information

#296337 (or 0x296337) is unknown color: approx Camarone. HEX triplet: 29, 63 and 37. RGB value is (41,99,55). Sum of RGB (Red+Green+Blue) = 41+99+55=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 99 (39.06% from 255 or 50.77% from 195); Blue value is 55 (21.88% from 255 or 28.21% from 195); Max value from RGB is 99 - color contains mainly: green. Hex color #296337 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296337 is #D69CC8. Grayscale: #4C4C4C. Windows color (decimal): -14064841 or 3629865. OLE color: 3629865.

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

Color convert

RGB419955-
CMYK0.5900.440.61
HSL134.48º41.43%27.45%-
HSV(B)134.48º58.59%38.82%-
XYZ6.079.675.16-
YUV76.64115.78102.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.03%
GREEN value IS 99 (39.06% from 255) = 50.77%
BLUE value IS 55 (21.88% from 255) = 28.21%
R=21.03%
G=50.77%
B=28.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4199550.5900.440.61134.4841.4327.45
Hex2963373B02C3D86291b
Octal511436773054752065133
Binary101001110001111011111101101011001111011000011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296337; }

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

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

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

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

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

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

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

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