#156523

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

Shades of Crusoe #156523

Tints of Crusoe #156523

Color information

#156523 (or 0x156523) is unknown color: approx Crusoe. HEX triplet: 15, 65 and 23. RGB value is (21,101,35). Sum of RGB (Red+Green+Blue) = 21+101+35=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 101 (39.84% from 255 or 64.33% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 101 - color contains mainly: green. Hex color #156523 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156523 is #EA9ADC. Grayscale: #454545. Windows color (decimal): -15375069 or 2319637. OLE color: 2319637.

HSL color Cylindrical-coordinate representation of color #156523: hue angle of 130.5º 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 #156523 is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.60.

Color convert

RGB2110135-
CMYK0.7900.650.60
HSL130.5º65.57%23.92%-
HSV(B)130.5º79.21%39.61%-
XYZ5.279.593.16-
YUV69.56108.593.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.38%
GREEN value IS 101 (39.84% from 255) = 64.33%
BLUE value IS 35 (14.06% from 255) = 22.29%
R=13.38%
G=64.33%
B=22.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21101350.7900.650.60130.565.5723.92
Hex1565234F0413C824218
Octal251454311701017420210230
Binary10101110010110001110011110100000111110010000010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156523; }

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

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

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

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

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

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

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

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