Html Css Color HEX #01601C Crusoe

📋 copy color: '#01601C'

red 1 ◦ green 96 ◦ blue 28

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

Shades of Crusoe #01601C

Tints of Crusoe #01601C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 22.4%

R = 0.8%
G = 76.8%
B = 22.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#01601C (or 0x01601C) is known color: Crusoe. HEX triplet: 01, 60 and 1C. RGB value is (1,96,28). Sum of RGB (Red+Green+Blue) = 1+96+28=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 96 (37.89% from 255 or 76.8% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 96 - color contains mainly: green. Hex color #01601C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01601C is #FE9FE3. Grayscale: #3C3C3C. Windows color (decimal): -16687076 or 1859585. OLE color: 1859585.

HSL color Cylindrical-coordinate representation of color #01601C: hue angle of 137.05º 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 #01601C is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 96 28 -
CMYK 0.99 0 0.71 0.62
HSL 137.05º 0.98% 0.19% -
HSV(B) 137.05º 0.99% 0.38% -
XYZ 4.4 8.46 2.5 -
YUV 59.84 110.03 86.03 -
System Red Green Blue C M Y K H S L
Decimal 1 96 28 0.99 0 0.71 0.62 137.05 0.98 0.19
Hex 1 60 1C 63 0 47 3E 89 62 13
Octal 1 140 34 143 0 107 76 211 142 23
Binary 1 1100000 11100 1100011 0 1000111 111110 10001001 1100010 10011

Color Harmonies of #01601C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01601C

Black with #01601C

Text Example


Text Example

White with #01601C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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