#155322

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

Shades of Crusoe #155322

Tints of Crusoe #155322

Color information

#155322 (or 0x155322) is unknown color: approx Crusoe. HEX triplet: 15, 53 and 22. RGB value is (21,83,34). Sum of RGB (Red+Green+Blue) = 21+83+34=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 83 (32.81% from 255 or 60.14% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 83 - color contains mainly: green. Hex color #155322 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155322 is #EAACDD. Grayscale: #3B3B3B. Windows color (decimal): -15379678 or 2249493. OLE color: 2249493.

HSL color Cylindrical-coordinate representation of color #155322: hue angle of 132.58º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155322 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB218334-
CMYK0.7500.590.67
HSL132.58º59.62%20.39%-
HSV(B)132.58º74.7%32.55%-
XYZ3.696.462.57-
YUV58.88113.96100.98-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.22%
GREEN value IS 83 (32.81% from 255) = 60.14%
BLUE value IS 34 (13.67% from 255) = 24.64%
R=15.22%
G=60.14%
B=24.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2183340.7500.590.67132.5859.6220.39
Hex1553224B03B43853c14
Octal25123421130731032057424
Binary1010110100111000101001011011101110000111000010111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155322; }

 p { color: rgb(21,83,34); }

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

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

 a { background-color: rgb(21,83,34); }

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

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

 span { border-color: rgb(21,83,34); }

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