#156530

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

Shades of Crusoe #156530

Tints of Crusoe #156530

Color information

#156530 (or 0x156530) is unknown color: approx Crusoe. HEX triplet: 15, 65 and 30. RGB value is (21,101,48). Sum of RGB (Red+Green+Blue) = 21+101+48=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 101 (39.84% from 255 or 59.41% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 101 - color contains mainly: green. Hex color #156530 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156530 is #EA9ACF. Grayscale: #474747. Windows color (decimal): -15375056 or 3171605. OLE color: 3171605.

HSL color Cylindrical-coordinate representation of color #156530: hue angle of 140.25º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156530 is Cyan = 0.79, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.60.

Color convert

RGB2110148-
CMYK0.7900.520.60
HSL140.25º65.57%23.92%-
HSV(B)140.25º79.21%39.61%-
XYZ5.59.684.38-
YUV71.0411592.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.35%
GREEN value IS 101 (39.84% from 255) = 59.41%
BLUE value IS 48 (19.14% from 255) = 28.24%
R=12.35%
G=59.41%
B=28.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21101480.7900.520.60140.2565.5723.92
Hex1565304F0343C8c4218
Octal25145601170647421410230
Binary1010111001011100001001111011010011110010001100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156530; }

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

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

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

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

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

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

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

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