#015C21

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

Shades of Crusoe #015C21

Tints of Crusoe #015C21

Color information

#015C21 (or 0x015C21) is unknown color: approx Crusoe. HEX triplet: 01, 5C and 21. RGB value is (1,92,33). Sum of RGB (Red+Green+Blue) = 1+92+33=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 92 (36.33% from 255 or 73.02% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 92 - color contains mainly: green. Hex color #015C21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015C21 is #FEA3DE. Grayscale: #3A3A3A. Windows color (decimal): -16688095 or 2186241. OLE color: 2186241.

HSL color Cylindrical-coordinate representation of color #015C21: hue angle of 141.1º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015C21 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.64.

Color convert

RGB19233-
CMYK0.9900.640.64
HSL141.1º97.85%18.24%-
HSV(B)141.1º98.91%36.08%-
XYZ4.117.772.72-
YUV58.06113.8587.3-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 92 (36.33% from 255) = 73.02%
BLUE value IS 33 (13.28% from 255) = 26.19%
R=0.79%
G=73.02%
B=26.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal192330.9900.640.64141.197.8518.24
Hex15C2163040408d6212
Octal113441143010010021514222
Binary11011100100001110001101000000100000010001101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015C21; }

 p { color: rgb(1,92,33); }

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

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

 a { background-color: rgb(1,92,33); }

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

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

 span { border-color: rgb(1,92,33); }

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