Html Css Color HEX #016D27 Crusoe

📋 copy color: '#016D27'

red 1 ◦ green 109 ◦ blue 39

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

Shades of Crusoe #016D27

Tints of Crusoe #016D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 26.17%

R = 0.67%
G = 73.15%
B = 26.17%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.57

RGB Variations

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

Color information

#016D27 (or 0x016D27) is known color: Crusoe. HEX triplet: 01, 6D and 27. RGB value is (1,109,39). Sum of RGB (Red+Green+Blue) = 1+109+39=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 109 (42.97% from 255 or 73.15% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 109 - color contains mainly: green. Hex color #016D27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016D27 is #FE92D8. Grayscale: #444444. Windows color (decimal): -16683737 or 2583809. OLE color: 2583809.

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

Color convert

RGB 1 109 39 -
CMYK 0.99 0 0.64 0.57
HSL 141.11º 0.98% 0.22% -
HSV(B) 141.11º 0.99% 0.43% -
XYZ 5.85 11.09 3.75 -
YUV 68.73 111.22 79.69 -
System Red Green Blue C M Y K H S L
Decimal 1 109 39 0.99 0 0.64 0.57 141.11 0.98 0.22
Hex 1 6D 27 63 0 40 39 8D 62 16
Octal 1 155 47 143 0 100 71 215 142 26
Binary 1 1101101 100111 1100011 0 1000000 111001 10001101 1100010 10110

Color Harmonies of #016D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016D27

Black with #016D27

Text Example


Text Example

White with #016D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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