Html Css Color HEX #016523 Crusoe

📋 copy color: '#016523'

red 1 ◦ green 101 ◦ blue 35

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

Shades of Crusoe #016523

Tints of Crusoe #016523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 25.55%

R = 0.73%
G = 73.72%
B = 25.55%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.60

RGB Variations

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

Color information

#016523 (or 0x016523) is known color: Crusoe. HEX triplet: 01, 65 and 23. RGB value is (1,101,35). Sum of RGB (Red+Green+Blue) = 1+101+35=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 101 (39.84% from 255 or 73.72% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 101 - color contains mainly: green. Hex color #016523 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016523 is #FE9ADC. Grayscale: #3F3F3F. Windows color (decimal): -16685789 or 2319617. OLE color: 2319617.

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

Color convert

RGB 1 101 35 -
CMYK 0.99 0 0.65 0.60
HSL 140.4º 0.98% 0.2% -
HSV(B) 140.4º 0.99% 0.4% -
XYZ 4.97 9.44 3.15 -
YUV 63.58 111.87 83.37 -
System Red Green Blue C M Y K H S L
Decimal 1 101 35 0.99 0 0.65 0.60 140.4 0.98 0.2
Hex 1 65 23 63 0 41 3C 8C 62 14
Octal 1 145 43 143 0 101 74 214 142 24
Binary 1 1100101 100011 1100011 0 1000001 111100 10001100 1100010 10100

Color Harmonies of #016523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016523

Black with #016523

Text Example


Text Example

White with #016523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016523; }

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

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

background-color css

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

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

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

border-color css

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

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

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