Html Css Color HEX #016522 Crusoe

📋 copy color: '#016522'

red 1 ◦ green 101 ◦ blue 34

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

Shades of Crusoe #016522

Tints of Crusoe #016522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 25%

R = 0.74%
G = 74.26%
B = 25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.66

 K value IS 0.60

RGB Variations

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

Color information

#016522 (or 0x016522) is known color: Crusoe. HEX triplet: 01, 65 and 22. RGB value is (1,101,34). Sum of RGB (Red+Green+Blue) = 1+101+34=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 101 (39.84% from 255 or 74.26% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 101 - color contains mainly: green. Hex color #016522 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016522 is #FE9ADD. Grayscale: #3F3F3F. Windows color (decimal): -16685790 or 2254081. OLE color: 2254081.

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

Color convert

RGB 1 101 34 -
CMYK 0.99 0 0.66 0.60
HSL 139.8º 0.98% 0.2% -
HSV(B) 139.8º 0.99% 0.4% -
XYZ 4.95 9.43 3.07 -
YUV 63.46 111.37 83.45 -
System Red Green Blue C M Y K H S L
Decimal 1 101 34 0.99 0 0.66 0.60 139.8 0.98 0.2
Hex 1 65 22 63 0 42 3C 8C 62 14
Octal 1 145 42 143 0 102 74 214 142 24
Binary 1 1100101 100010 1100011 0 1000010 111100 10001100 1100010 10100

Color Harmonies of #016522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016522

Black with #016522

Text Example


Text Example

White with #016522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016522; }

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

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

background-color css

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

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

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

border-color css

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

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

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