#1A5330

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

Shades of Crusoe #1A5330

Tints of Crusoe #1A5330

Color information

#1A5330 (or 0x1A5330) is unknown color: approx Crusoe. HEX triplet: 1A, 53 and 30. RGB value is (26,83,48). Sum of RGB (Red+Green+Blue) = 26+83+48=157 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.56% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #1A5330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5330 is #E5ACCF. Grayscale: #3E3E3E. Windows color (decimal): -15051984 or 3167002. OLE color: 3167002.

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

Color convert

RGB268348-
CMYK0.6900.420.67
HSL143.16º52.29%21.37%-
HSV(B)143.16º68.67%32.55%-
XYZ4.056.623.86-
YUV61.97120.12102.35-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.56%
GREEN value IS 83 (32.81% from 255) = 52.87%
BLUE value IS 48 (19.14% from 255) = 30.57%
R=16.56%
G=52.87%
B=30.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2683480.6900.420.67143.1652.2921.37
Hex1A53304502A438f3415
Octal32123601050521032176425
Binary1101010100111100001000101010101010000111000111111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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