Html Css Color HEX #016C24 Crusoe

📋 copy color: '#016C24'

red 1 ◦ green 108 ◦ blue 36

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

Shades of Crusoe #016C24

Tints of Crusoe #016C24

RGB

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

 GREEN value IS 108 (42.58% from 255) = 74.48%

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

R = 0.69%
G = 74.48%
B = 24.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.67

 K value IS 0.58

RGB Variations

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

Color information

#016C24 (or 0x016C24) is known color: Crusoe. HEX triplet: 01, 6C and 24. RGB value is (1,108,36). Sum of RGB (Red+Green+Blue) = 1+108+36=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 108 (42.58% from 255 or 74.48% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 108 - color contains mainly: green. Hex color #016C24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016C24 is #FE93DB. Grayscale: #434343. Windows color (decimal): -16683996 or 2386945. OLE color: 2386945.

HSL color Cylindrical-coordinate representation of color #016C24: hue angle of 139.63º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016C24 is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 108 36 -
CMYK 0.99 0 0.67 0.58
HSL 139.63º 0.98% 0.21% -
HSV(B) 139.63º 0.99% 0.42% -
XYZ 5.69 10.86 3.46 -
YUV 67.8 110.05 80.35 -
System Red Green Blue C M Y K H S L
Decimal 1 108 36 0.99 0 0.67 0.58 139.63 0.98 0.21
Hex 1 6C 24 63 0 43 3A 8C 62 15
Octal 1 154 44 143 0 103 72 214 142 25
Binary 1 1101100 100100 1100011 0 1000011 111010 10001100 1100010 10101

Color Harmonies of #016C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016C24

Black with #016C24

Text Example


Text Example

White with #016C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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