#155330

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

Shades of Crusoe #155330

Tints of Crusoe #155330

Color information

#155330 (or 0x155330) is unknown color: approx Crusoe. HEX triplet: 15, 53 and 30. RGB value is (21,83,48). Sum of RGB (Red+Green+Blue) = 21+83+48=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 83 (32.81% from 255 or 54.61% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 83 - color contains mainly: green. Hex color #155330 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155330 is #EAACCF. Grayscale: #3C3C3C. Windows color (decimal): -15379664 or 3166997. OLE color: 3166997.

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

Color convert

RGB218348-
CMYK0.7500.420.67
HSL146.13º59.62%20.39%-
HSV(B)146.13º74.7%32.55%-
XYZ3.946.563.85-
YUV60.47120.9699.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.82%
GREEN value IS 83 (32.81% from 255) = 54.61%
BLUE value IS 48 (19.14% from 255) = 31.58%
R=13.82%
G=54.61%
B=31.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2183480.7500.420.67146.1359.6220.39
Hex1553304B02A43923c14
Octal25123601130521032227424
Binary1010110100111100001001011010101010000111001001011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155330; }

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

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

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

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

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

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

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

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