#29643A

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

Shades of Camarone #29643A

Tints of Camarone #29643A

Color information

#29643A (or 0x29643A) is unknown color: approx Camarone. HEX triplet: 29, 64 and 3A. RGB value is (41,100,58). Sum of RGB (Red+Green+Blue) = 41+100+58=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 100 (39.45% from 255 or 50.25% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 100 - color contains mainly: green. Hex color #29643A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29643A is #D69BC5. Grayscale: #4D4D4D. Windows color (decimal): -14064582 or 3826729. OLE color: 3826729.

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

Color convert

RGB4110058-
CMYK0.5900.420.61
HSL137.29º41.84%27.65%-
HSV(B)137.29º59%39.22%-
XYZ6.249.895.58-
YUV77.57116.95101.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.60%
GREEN value IS 100 (39.45% from 255) = 50.25%
BLUE value IS 58 (23.05% from 255) = 29.15%
R=20.60%
G=50.25%
B=29.15%

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
Decimal41100580.5900.420.61137.2941.8427.65
Hex29643A3B02A3D892a1c
Octal511447273052752115234
Binary101001110010011101011101101010101111011000100110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29643A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29643A; }

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

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

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

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

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

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

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

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