#01582B

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

Shades of Crusoe #01582B

Tints of Crusoe #01582B

Color information

#01582B (or 0x01582B) is unknown color: approx Crusoe. HEX triplet: 01, 58 and 2B. RGB value is (1,88,43). Sum of RGB (Red+Green+Blue) = 1+88+43=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 88 (34.77% from 255 or 66.67% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 88 - color contains mainly: green. Hex color #01582B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01582B is #FEA7D4. Grayscale: #383838. Windows color (decimal): -16689109 or 2840577. OLE color: 2840577.

HSL color Cylindrical-coordinate representation of color #01582B: hue angle of 148.97º 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 #01582B is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB18843-
CMYK0.9900.510.65
HSL148.97º97.75%17.45%-
HSV(B)148.97º98.86%34.51%-
XYZ3.947.163.46-
YUV56.86120.1888.16-

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) = 66.67%
BLUE value IS 43 (17.19% from 255) = 32.58%
R=0.76%
G=66.67%
B=32.58%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal188430.9900.510.65148.9797.7517.45
Hex1582B6303341956211
Octal11305314306310122514221
Binary1101100010101111000110110011100000110010101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01582B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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