#015A23

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

Shades of Crusoe #015A23

Tints of Crusoe #015A23

Color information

#015A23 (or 0x015A23) is unknown color: approx Crusoe. HEX triplet: 01, 5A and 23. RGB value is (1,90,35). Sum of RGB (Red+Green+Blue) = 1+90+35=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 90 (35.55% from 255 or 71.43% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 90 - color contains mainly: green. Hex color #015A23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015A23 is #FEA5DC. Grayscale: #393939. Windows color (decimal): -16688605 or 2316801. OLE color: 2316801.

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

Color convert

RGB19035-
CMYK0.9900.610.65
HSL142.92º97.8%17.84%-
HSV(B)142.92º98.89%35.29%-
XYZ3.977.442.82-
YUV57.12115.5187.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 90 (35.55% from 255) = 71.43%
BLUE value IS 35 (14.06% from 255) = 27.78%
R=0.79%
G=71.43%
B=27.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal190350.9900.610.65142.9297.817.84
Hex15A236303D418f6212
Octal11324314307510121714222
Binary1101101010001111000110111101100000110001111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,90,35); }

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

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

 a { background-color: rgb(1,90,35); }

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

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

 span { border-color: rgb(1,90,35); }

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