Html Css Color HEX #016129 Crusoe

📋 copy color: '#016129'

red 1 ◦ green 97 ◦ blue 41

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

Shades of Crusoe #016129

Tints of Crusoe #016129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 29.5%

R = 0.72%
G = 69.78%
B = 29.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#016129 (or 0x016129) is known color: Crusoe. HEX triplet: 01, 61 and 29. RGB value is (1,97,41). Sum of RGB (Red+Green+Blue) = 1+97+41=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 97 (38.28% from 255 or 69.78% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 97 - color contains mainly: green. Hex color #016129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016129 is #FE9ED6. Grayscale: #3E3E3E. Windows color (decimal): -16686807 or 2711809. OLE color: 2711809.

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

Color convert

RGB 1 97 41 -
CMYK 0.99 0 0.58 0.62
HSL 145º 0.98% 0.19% -
HSV(B) 145º 0.99% 0.38% -
XYZ 4.69 8.72 3.53 -
YUV 61.91 116.2 84.55 -
System Red Green Blue C M Y K H S L
Decimal 1 97 41 0.99 0 0.58 0.62 145 0.98 0.19
Hex 1 61 29 63 0 3A 3E 91 62 13
Octal 1 141 51 143 0 72 76 221 142 23
Binary 1 1100001 101001 1100011 0 111010 111110 10010001 1100010 10011

Color Harmonies of #016129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016129

Black with #016129

Text Example


Text Example

White with #016129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016129; }

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

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

background-color css

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

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

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

border-color css

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

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

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