Html Css Color HEX #01601B Crusoe

📋 copy color: '#01601B'

red 1 ◦ green 96 ◦ blue 27

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

Shades of Crusoe #01601B

Tints of Crusoe #01601B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 77.42%

 BLUE value IS 27 (10.94% from 255) = 21.77%

R = 0.81%
G = 77.42%
B = 21.77%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#01601B (or 0x01601B) is known color: Crusoe. HEX triplet: 01, 60 and 1B. RGB value is (1,96,27). Sum of RGB (Red+Green+Blue) = 1+96+27=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 96 (37.89% from 255 or 77.42% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 96 - color contains mainly: green. Hex color #01601B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01601B is #FE9FE4. Grayscale: #3B3B3B. Windows color (decimal): -16687077 or 1794049. OLE color: 1794049.

HSL color Cylindrical-coordinate representation of color #01601B: hue angle of 136.42º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01601B is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 96 27 -
CMYK 0.99 0 0.72 0.62
HSL 136.42º 0.98% 0.19% -
HSV(B) 136.42º 0.99% 0.38% -
XYZ 4.39 8.45 2.44 -
YUV 59.73 109.53 86.11 -
System Red Green Blue C M Y K H S L
Decimal 1 96 27 0.99 0 0.72 0.62 136.42 0.98 0.19
Hex 1 60 1B 63 0 48 3E 88 62 13
Octal 1 140 33 143 0 110 76 210 142 23
Binary 1 1100000 11011 1100011 0 1001000 111110 10001000 1100010 10011

Color Harmonies of #01601B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01601B

Black with #01601B

Text Example


Text Example

White with #01601B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,96,27); }

 H1.HeaderClassName
 {
   color: #01601B;
 }
 .AnyTagClassName
 {
   color: #01601B;
 }
</style>

background-color css

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

 a { background-color: rgb(1,96,27); }

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

border-color css

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

 span { border-color: rgb(1,96,27); }

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