#1A6326

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

Shades of Camarone #1A6326

Tints of Camarone #1A6326

Color information

#1A6326 (or 0x1A6326) is unknown color: approx Camarone. HEX triplet: 1A, 63 and 26. RGB value is (26,99,38). Sum of RGB (Red+Green+Blue) = 26+99+38=163 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.95% from 163); Green value is 99 (39.06% from 255 or 60.74% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 99 - color contains mainly: green. Hex color #1A6326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6326 is #E59CD9. Grayscale: #464646. Windows color (decimal): -15047898 or 2515738. OLE color: 2515738.

HSL color Cylindrical-coordinate representation of color #1A6326: hue angle of 129.86º 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 #1A6326 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.61.

Color convert

RGB269938-
CMYK0.7400.620.61
HSL129.86º58.4%24.51%-
HSV(B)129.86º73.74%38.82%-
XYZ5.249.283.35-
YUV70.22109.8296.46-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.95%
GREEN value IS 99 (39.06% from 255) = 60.74%
BLUE value IS 38 (15.23% from 255) = 23.31%
R=15.95%
G=60.74%
B=23.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2699380.7400.620.61129.8658.424.51
Hex1A63264A03E3D823a19
Octal3214346112076752027231
Binary110101100011100110100101001111101111011000001011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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