Shades of Crusoe #1A532A
Tints of Crusoe #1A532A
RGB
CMYK
RGB Variations
Color information
#1A532A (or 0x1A532A) is known color: Crusoe. HEX triplet: 1A, 53 and 2A. RGB value is (26,83,42). Sum of RGB (Red+Green+Blue) = 26+83+42=151 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.22% from 151); Green value is 83 (32.81% from 255 or 54.97% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 83 - color contains mainly: green. Hex color #1A532A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A532A is #E5ACD5. Grayscale: #3D3D3D. Windows color (decimal): -15051990 or 2773786. OLE color: 2773786.
HSL color Cylindrical-coordinate representation of color #1A532A: hue angle of 136.84º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A532A is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 83 | 42 | - |
| CMYK | 0.69 | 0 | 0.49 | 0.67 |
| HSL | 136.84º | 0.52% | 0.21% | - |
| HSV(B) | 136.84º | 0.69% | 0.33% | - |
| XYZ | 3.94 | 6.57 | 3.25 | - |
| YUV | 61.28 | 117.12 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 83 | 42 | 0.69 | 0 | 0.49 | 0.67 | 136.84 | 0.52 | 0.21 |
| Hex | 1A | 53 | 2A | 45 | 0 | 31 | 43 | 89 | 34 | 15 |
| Octal | 32 | 123 | 52 | 105 | 0 | 61 | 103 | 211 | 64 | 25 |
| Binary | 11010 | 1010011 | 101010 | 1000101 | 0 | 110001 | 1000011 | 10001001 | 110100 | 10101 |
Color Harmonies of #1A532A
Complementary color
Monochromatic Colors of #1A532A
Black with #1A532A
Text Example
Text Example
White with #1A532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A532A; }
p { color: rgb(26,83,42); }
H1.HeaderClassName
{
color: #1A532A;
}
.AnyTagClassName
{
color: #1A532A;
}
</style>
background-color css
<style>
a { background-color: #1A532A; }
a { background-color: rgb(26,83,42); }
div.DivClassName
{
background-color: #1A532A;
}
.BgClassName
{
background-color: #1A532A;
}
</style>
border-color css
<style>
span { border-color: #1A532A; }
span { border-color: rgb(26,83,42); }
td.TdClassName
{
border-color: #1A532A;
}
.TagClassName
{
border-color: #1A532A;
}
</style>