#1A6033

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

Shades of Crusoe #1A6033

Tints of Crusoe #1A6033

Color information

#1A6033 (or 0x1A6033) is unknown color: approx Crusoe. HEX triplet: 1A, 60 and 33. RGB value is (26,96,51). Sum of RGB (Red+Green+Blue) = 26+96+51=173 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.03% from 173); Green value is 96 (37.89% from 255 or 55.49% from 173); Blue value is 51 (20.31% from 255 or 29.48% from 173); Max value from RGB is 96 - color contains mainly: green. Hex color #1A6033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6033 is #E59FCC. Grayscale: #464646. Windows color (decimal): -15048653 or 3366938. OLE color: 3366938.

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

Color convert

RGB269651-
CMYK0.7300.470.62
HSL141.43º57.38%23.92%-
HSV(B)141.43º72.92%37.65%-
XYZ5.218.824.56-
YUV69.94117.3196.66-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.03%
GREEN value IS 96 (37.89% from 255) = 55.49%
BLUE value IS 51 (20.31% from 255) = 29.48%
R=15.03%
G=55.49%
B=29.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2696510.7300.470.62141.4357.3823.92
Hex1A60334902F3E8d3918
Octal3214063111057762157130
Binary110101100000110011100100101011111111101000110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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