#1A6036

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

Shades of Crusoe #1A6036

Tints of Crusoe #1A6036

Color information

#1A6036 (or 0x1A6036) is unknown color: approx Crusoe. HEX triplet: 1A, 60 and 36. RGB value is (26,96,54). Sum of RGB (Red+Green+Blue) = 26+96+54=176 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.77% from 176); Green value is 96 (37.89% from 255 or 54.55% from 176); Blue value is 54 (21.48% from 255 or 30.68% from 176); Max value from RGB is 96 - color contains mainly: green. Hex color #1A6036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6036 is #E59FC9. Grayscale: #464646. Windows color (decimal): -15048650 or 3563546. OLE color: 3563546.

HSL color Cylindrical-coordinate representation of color #1A6036: hue angle of 144º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A6036 is Cyan = 0.73, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB269654-
CMYK0.7300.440.62
HSL144º57.38%23.92%-
HSV(B)144º72.92%37.65%-
XYZ5.278.854.92-
YUV70.28118.8196.42-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.77%
GREEN value IS 96 (37.89% from 255) = 54.55%
BLUE value IS 54 (21.48% from 255) = 30.68%
R=14.77%
G=54.55%
B=30.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2696540.7300.440.6214457.3823.92
Hex1A60364902C3E903918
Octal3214066111054762207130
Binary110101100000110110100100101011001111101001000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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