Html Css Color HEX #016D1B Crusoe

📋 copy color: '#016D1B'

red 1 ◦ green 109 ◦ blue 27

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

Shades of Crusoe #016D1B

Tints of Crusoe #016D1B

RGB

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

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

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

R = 0.73%
G = 79.56%
B = 19.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.75

 K value IS 0.57

RGB Variations

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

Color information

#016D1B (or 0x016D1B) is known color: Crusoe. HEX triplet: 01, 6D and 1B. RGB value is (1,109,27). Sum of RGB (Red+Green+Blue) = 1+109+27=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 109 (42.97% from 255 or 79.56% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 109 - color contains mainly: green. Hex color #016D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016D1B is #FE92E4. Grayscale: #434343. Windows color (decimal): -16683749 or 1797377. OLE color: 1797377.

HSL color Cylindrical-coordinate representation of color #016D1B: hue angle of 134.44º 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 #016D1B is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 109 27 -
CMYK 0.99 0 0.75 0.57
HSL 134.44º 0.98% 0.22% -
HSV(B) 134.44º 0.99% 0.43% -
XYZ 5.68 11.02 2.87 -
YUV 67.36 105.22 80.67 -
System Red Green Blue C M Y K H S L
Decimal 1 109 27 0.99 0 0.75 0.57 134.44 0.98 0.22
Hex 1 6D 1B 63 0 4B 39 86 62 16
Octal 1 155 33 143 0 113 71 206 142 26
Binary 1 1101101 11011 1100011 0 1001011 111001 10000110 1100010 10110

Color Harmonies of #016D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016D1B

Black with #016D1B

Text Example


Text Example

White with #016D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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