Html Css Color HEX #01582D Crusoe

📋 copy color: '#01582D'

red 1 ◦ green 88 ◦ blue 45

#01582D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #01582D

Tints of Crusoe #01582D

RGB

 RED value IS 1 (0.78% from 255) = 0.75%

 GREEN value IS 88 (34.77% from 255) = 65.67%

 BLUE value IS 45 (17.97% from 255) = 33.58%

R = 0.75%
G = 65.67%
B = 33.58%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#01582D (or 0x01582D) is known color: Crusoe. HEX triplet: 01, 58 and 2D. RGB value is (1,88,45). Sum of RGB (Red+Green+Blue) = 1+88+45=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 88 (34.77% from 255 or 65.67% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 88 - color contains mainly: green. Hex color #01582D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01582D is #FEA7D2. Grayscale: #393939. Windows color (decimal): -16689107 or 2971649. OLE color: 2971649.

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

Color convert

RGB 1 88 45 -
CMYK 0.99 0 0.49 0.65
HSL 150.34º 0.98% 0.17% -
HSV(B) 150.34º 0.99% 0.35% -
XYZ 3.98 7.18 3.66 -
YUV 57.09 121.18 88 -
System Red Green Blue C M Y K H S L
Decimal 1 88 45 0.99 0 0.49 0.65 150.34 0.98 0.17
Hex 1 58 2D 63 0 31 41 96 62 11
Octal 1 130 55 143 0 61 101 226 142 21
Binary 1 1011000 101101 1100011 0 110001 1000001 10010110 1100010 10001

Color Harmonies of #01582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01582D

Black with #01582D

Text Example


Text Example

White with #01582D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01582D;
 }
 .AnyTagClassName
 {
   color: #01582D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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