Html Css Color HEX #016524 Crusoe

📋 copy color: '#016524'

red 1 ◦ green 101 ◦ blue 36

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

Shades of Crusoe #016524

Tints of Crusoe #016524

RGB

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

 GREEN value IS 101 (39.84% from 255) = 73.19%

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

R = 0.72%
G = 73.19%
B = 26.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.60

RGB Variations

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

Color information

#016524 (or 0x016524) is known color: Crusoe. HEX triplet: 01, 65 and 24. RGB value is (1,101,36). Sum of RGB (Red+Green+Blue) = 1+101+36=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 101 (39.84% from 255 or 73.19% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 101 - color contains mainly: green. Hex color #016524 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016524 is #FE9ADB. Grayscale: #3F3F3F. Windows color (decimal): -16685788 or 2385153. OLE color: 2385153.

HSL color Cylindrical-coordinate representation of color #016524: hue angle of 141º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016524 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 101 36 -
CMYK 0.99 0 0.64 0.60
HSL 141º 0.98% 0.2% -
HSV(B) 141º 0.99% 0.4% -
XYZ 4.98 9.44 3.23 -
YUV 63.69 112.37 83.29 -
System Red Green Blue C M Y K H S L
Decimal 1 101 36 0.99 0 0.64 0.60 141 0.98 0.2
Hex 1 65 24 63 0 40 3C 8D 62 14
Octal 1 145 44 143 0 100 74 215 142 24
Binary 1 1100101 100100 1100011 0 1000000 111100 10001101 1100010 10100

Color Harmonies of #016524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016524

Black with #016524

Text Example


Text Example

White with #016524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016524; }

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

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

background-color css

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

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

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

border-color css

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

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

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