Html Css Color HEX #016D1C Crusoe

📋 copy color: '#016D1C'

red 1 ◦ green 109 ◦ blue 28

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

Shades of Crusoe #016D1C

Tints of Crusoe #016D1C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 78.99%

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

R = 0.72%
G = 78.99%
B = 20.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.74

 K value IS 0.57

RGB Variations

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

Color information

#016D1C (or 0x016D1C) is known color: Crusoe. HEX triplet: 01, 6D and 1C. RGB value is (1,109,28). Sum of RGB (Red+Green+Blue) = 1+109+28=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 109 (42.97% from 255 or 78.99% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 109 - color contains mainly: green. Hex color #016D1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016D1C is #FE92E3. Grayscale: #434343. Windows color (decimal): -16683748 or 1862913. OLE color: 1862913.

HSL color Cylindrical-coordinate representation of color #016D1C: hue angle of 135º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016D1C is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 109 28 -
CMYK 0.99 0 0.74 0.57
HSL 135º 0.98% 0.22% -
HSV(B) 135º 0.99% 0.43% -
XYZ 5.69 11.03 2.93 -
YUV 67.47 105.72 80.59 -
System Red Green Blue C M Y K H S L
Decimal 1 109 28 0.99 0 0.74 0.57 135 0.98 0.22
Hex 1 6D 1C 63 0 4A 39 87 62 16
Octal 1 155 34 143 0 112 71 207 142 26
Binary 1 1101101 11100 1100011 0 1001010 111001 10000111 1100010 10110

Color Harmonies of #016D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016D1C

Black with #016D1C

Text Example


Text Example

White with #016D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016D1C; }

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

 H1.HeaderClassName
 {
   color: #016D1C;
 }
 .AnyTagClassName
 {
   color: #016D1C;
 }
</style>

background-color css

<style>
 a { background-color: #016D1C; }

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

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

border-color css

<style>
 span { border-color: #016D1C; }

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

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