#1A6336

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

Shades of Crusoe #1A6336

Tints of Crusoe #1A6336

Color information

#1A6336 (or 0x1A6336) is unknown color: approx Crusoe. HEX triplet: 1A, 63 and 36. RGB value is (26,99,54). Sum of RGB (Red+Green+Blue) = 26+99+54=179 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.53% from 179); Green value is 99 (39.06% from 255 or 55.31% from 179); Blue value is 54 (21.48% from 255 or 30.17% from 179); Max value from RGB is 99 - color contains mainly: green. Hex color #1A6336 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6336 is #E59CC9. Grayscale: #484848. Windows color (decimal): -15047882 or 3564314. OLE color: 3564314.

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

Color convert

RGB269954-
CMYK0.7400.450.61
HSL143.01º58.4%24.51%-
HSV(B)143.01º73.74%38.82%-
XYZ5.559.415.01-
YUV72.04117.8295.16-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.53%
GREEN value IS 99 (39.06% from 255) = 55.31%
BLUE value IS 54 (21.48% from 255) = 30.17%
R=14.53%
G=55.31%
B=30.17%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2699540.7400.450.61143.0158.424.51
Hex1A63364A02D3D8f3a19
Octal3214366112055752177231
Binary110101100011110110100101001011011111011000111111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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