#1A5333

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

Shades of Crusoe #1A5333

Tints of Crusoe #1A5333

Color information

#1A5333 (or 0x1A5333) is unknown color: approx Crusoe. HEX triplet: 1A, 53 and 33. RGB value is (26,83,51). Sum of RGB (Red+Green+Blue) = 26+83+51=160 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.25% from 160); Green value is 83 (32.81% from 255 or 51.88% from 160); Blue value is 51 (20.31% from 255 or 31.88% from 160); Max value from RGB is 83 - color contains mainly: green. Hex color #1A5333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5333 is #E5ACCC. Grayscale: #3E3E3E. Windows color (decimal): -15051981 or 3363610. OLE color: 3363610.

HSL color Cylindrical-coordinate representation of color #1A5333: hue angle of 146.32º 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 #1A5333 is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB268351-
CMYK0.6900.390.67
HSL146.32º52.29%21.37%-
HSV(B)146.32º68.67%32.55%-
XYZ4.126.654.2-
YUV62.31121.62102.1-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.25%
GREEN value IS 83 (32.81% from 255) = 51.88%
BLUE value IS 51 (20.31% from 255) = 31.88%
R=16.25%
G=51.88%
B=31.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2683510.6900.390.67146.3252.2921.37
Hex1A53334502743923415
Octal32123631050471032226425
Binary1101010100111100111000101010011110000111001001011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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