Html Css Color HEX #016124 Crusoe

📋 copy color: '#016124'

red 1 ◦ green 97 ◦ blue 36

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

Shades of Crusoe #016124

Tints of Crusoe #016124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 26.87%

R = 0.75%
G = 72.39%
B = 26.87%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#016124 (or 0x016124) is known color: Crusoe. HEX triplet: 01, 61 and 24. RGB value is (1,97,36). Sum of RGB (Red+Green+Blue) = 1+97+36=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 97 (38.28% from 255 or 72.39% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 97 - color contains mainly: green. Hex color #016124 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016124 is #FE9EDB. Grayscale: #3D3D3D. Windows color (decimal): -16686812 or 2384129. OLE color: 2384129.

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

Color convert

RGB 1 97 36 -
CMYK 0.99 0 0.63 0.62
HSL 141.88º 0.98% 0.19% -
HSV(B) 141.88º 0.99% 0.38% -
XYZ 4.61 8.68 3.1 -
YUV 61.34 113.7 84.96 -
System Red Green Blue C M Y K H S L
Decimal 1 97 36 0.99 0 0.63 0.62 141.88 0.98 0.19
Hex 1 61 24 63 0 3F 3E 8E 62 13
Octal 1 141 44 143 0 77 76 216 142 23
Binary 1 1100001 100100 1100011 0 111111 111110 10001110 1100010 10011

Color Harmonies of #016124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016124

Black with #016124

Text Example


Text Example

White with #016124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016124; }

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

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

background-color css

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

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

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

border-color css

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

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

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