Html Css Color HEX #01592E Crusoe

📋 copy color: '#01592E'

red 1 ◦ green 89 ◦ blue 46

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

Shades of Crusoe #01592E

Tints of Crusoe #01592E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 65.44%

 BLUE value IS 46 (18.36% from 255) = 33.82%

R = 0.74%
G = 65.44%
B = 33.82%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#01592E (or 0x01592E) is known color: Crusoe. HEX triplet: 01, 59 and 2E. RGB value is (1,89,46). Sum of RGB (Red+Green+Blue) = 1+89+46=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 89 (35.16% from 255 or 65.44% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 89 - color contains mainly: green. Hex color #01592E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01592E is #FEA6D1. Grayscale: #393939. Windows color (decimal): -16688850 or 3037441. OLE color: 3037441.

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

Color convert

RGB 1 89 46 -
CMYK 0.99 0 0.48 0.65
HSL 150.68º 0.98% 0.18% -
HSV(B) 150.68º 0.99% 0.35% -
XYZ 4.08 7.35 3.79 -
YUV 57.79 121.35 87.5 -
System Red Green Blue C M Y K H S L
Decimal 1 89 46 0.99 0 0.48 0.65 150.68 0.98 0.18
Hex 1 59 2E 63 0 30 41 97 62 12
Octal 1 131 56 143 0 60 101 227 142 22
Binary 1 1011001 101110 1100011 0 110000 1000001 10010111 1100010 10010

Color Harmonies of #01592E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01592E

Black with #01592E

Text Example


Text Example

White with #01592E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01592E; }

 p { color: rgb(1,89,46); }

 H1.HeaderClassName
 {
   color: #01592E;
 }
 .AnyTagClassName
 {
   color: #01592E;
 }
</style>

background-color css

<style>
 a { background-color: #01592E; }

 a { background-color: rgb(1,89,46); }

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

border-color css

<style>
 span { border-color: #01592E; }

 span { border-color: rgb(1,89,46); }

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