Html Css Color HEX #01611B Crusoe

📋 copy color: '#01611B'

red 1 ◦ green 97 ◦ blue 27

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

Shades of Crusoe #01611B

Tints of Crusoe #01611B

RGB

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

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

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

R = 0.8%
G = 77.6%
B = 21.6%

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

#01611B (or 0x01611B) is known color: Crusoe. HEX triplet: 01, 61 and 1B. RGB value is (1,97,27). Sum of RGB (Red+Green+Blue) = 1+97+27=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 97 (38.28% from 255 or 77.6% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 97 - color contains mainly: green. Hex color #01611B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01611B is #FE9EE4. Grayscale: #3C3C3C. Windows color (decimal): -16686821 or 1794305. OLE color: 1794305.

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

Color convert

RGB 1 97 27 -
CMYK 0.99 0 0.72 0.62
HSL 136.25º 0.98% 0.19% -
HSV(B) 136.25º 0.99% 0.38% -
XYZ 4.49 8.63 2.47 -
YUV 60.32 109.2 85.69 -
System Red Green Blue C M Y K H S L
Decimal 1 97 27 0.99 0 0.72 0.62 136.25 0.98 0.19
Hex 1 61 1B 63 0 48 3E 88 62 13
Octal 1 141 33 143 0 110 76 210 142 23
Binary 1 1100001 11011 1100011 0 1001000 111110 10001000 1100010 10011

Color Harmonies of #01611B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01611B

Black with #01611B

Text Example


Text Example

White with #01611B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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