#1A6329

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

Shades of Camarone #1A6329

Tints of Camarone #1A6329

Color information

#1A6329 (or 0x1A6329) is unknown color: approx Camarone. HEX triplet: 1A, 63 and 29. RGB value is (26,99,41). Sum of RGB (Red+Green+Blue) = 26+99+41=166 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.66% from 166); Green value is 99 (39.06% from 255 or 59.64% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 99 - color contains mainly: green. Hex color #1A6329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6329 is #E59CD6. Grayscale: #464646. Windows color (decimal): -15047895 or 2712346. OLE color: 2712346.

HSL color Cylindrical-coordinate representation of color #1A6329: hue angle of 132.33º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A6329 is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB269941-
CMYK0.7400.590.61
HSL132.33º58.4%24.51%-
HSV(B)132.33º73.74%38.82%-
XYZ5.299.33.61-
YUV70.56111.3296.22-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.66%
GREEN value IS 99 (39.06% from 255) = 59.64%
BLUE value IS 41 (16.41% from 255) = 24.70%
R=15.66%
G=59.64%
B=24.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2699410.7400.590.61132.3358.424.51
Hex1A63294A03B3D843a19
Octal3214351112073752047231
Binary110101100011101001100101001110111111011000010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A6329; }

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

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

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

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

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

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

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

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