Html Css Color HEX #01611D Crusoe

📋 copy color: '#01611D'

red 1 ◦ green 97 ◦ blue 29

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

Shades of Crusoe #01611D

Tints of Crusoe #01611D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 76.38%

 BLUE value IS 29 (11.72% from 255) = 22.83%

R = 0.79%
G = 76.38%
B = 22.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#01611D (or 0x01611D) is known color: Crusoe. HEX triplet: 01, 61 and 1D. RGB value is (1,97,29). Sum of RGB (Red+Green+Blue) = 1+97+29=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 97 (38.28% from 255 or 76.38% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 97 - color contains mainly: green. Hex color #01611D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01611D is #FE9EE2. Grayscale: #3C3C3C. Windows color (decimal): -16686819 or 1925377. OLE color: 1925377.

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

Color convert

RGB 1 97 29 -
CMYK 0.99 0 0.70 0.62
HSL 137.5º 0.98% 0.19% -
HSV(B) 137.5º 0.99% 0.38% -
XYZ 4.51 8.64 2.59 -
YUV 60.54 110.2 85.53 -
System Red Green Blue C M Y K H S L
Decimal 1 97 29 0.99 0 0.70 0.62 137.5 0.98 0.19
Hex 1 61 1D 63 0 46 3E 8A 62 13
Octal 1 141 35 143 0 106 76 212 142 23
Binary 1 1100001 11101 1100011 0 1000110 111110 10001010 1100010 10011

Color Harmonies of #01611D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01611D

Black with #01611D

Text Example


Text Example

White with #01611D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,97,29); }

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

background-color css

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

 a { background-color: rgb(1,97,29); }

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

border-color css

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

 span { border-color: rgb(1,97,29); }

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