#01582A

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

Shades of Crusoe #01582A

Tints of Crusoe #01582A

Color information

#01582A (or 0x01582A) is unknown color: approx Crusoe. HEX triplet: 01, 58 and 2A. RGB value is (1,88,42). Sum of RGB (Red+Green+Blue) = 1+88+42=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 88 (34.77% from 255 or 67.18% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 88 - color contains mainly: green. Hex color #01582A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01582A is #FEA7D5. Grayscale: #383838. Windows color (decimal): -16689110 or 2775041. OLE color: 2775041.

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

Color convert

RGB18842-
CMYK0.9900.520.65
HSL148.28º97.75%17.45%-
HSV(B)148.28º98.86%34.51%-
XYZ3.927.153.36-
YUV56.74119.6888.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 88 (34.77% from 255) = 67.18%
BLUE value IS 42 (16.80% from 255) = 32.06%
R=0.76%
G=67.18%
B=32.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal188420.9900.520.65148.2897.7517.45
Hex1582A6303441946211
Octal11305214306410122414221
Binary1101100010101011000110110100100000110010100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01582A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01582A; }

 p { color: rgb(1,88,42); }

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

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

 a { background-color: rgb(1,88,42); }

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

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

 span { border-color: rgb(1,88,42); }

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