Html Css Color HEX #036516 Crusoe

📋 copy color: '#036516'

red 3 ◦ green 101 ◦ blue 22

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

Shades of Crusoe #036516

Tints of Crusoe #036516

RGB

 RED value IS 3 (1.56% from 255) = 2.38%

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

 BLUE value IS 22 (8.98% from 255) = 17.46%

R = 2.38%
G = 80.16%
B = 17.46%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#036516 (or 0x036516) is known color: Crusoe. HEX triplet: 03, 65 and 16. RGB value is (3,101,22). Sum of RGB (Red+Green+Blue) = 3+101+22=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 101 (39.84% from 255 or 80.16% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 101 - color contains mainly: green. Hex color #036516 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036516 is #FC9AE9. Grayscale: #3E3E3E. Windows color (decimal): -16554730 or 1467651. OLE color: 1467651.

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

Color convert

RGB 3 101 22 -
CMYK 0.97 0 0.78 0.60
HSL 131.63º 0.94% 0.2% -
HSV(B) 131.63º 0.97% 0.4% -
XYZ 4.84 9.38 2.32 -
YUV 62.69 105.03 85.42 -
System Red Green Blue C M Y K H S L
Decimal 3 101 22 0.97 0 0.78 0.60 131.63 0.94 0.2
Hex 3 65 16 61 0 4E 3C 84 5E 14
Octal 3 145 26 141 0 116 74 204 136 24
Binary 11 1100101 10110 1100001 0 1001110 111100 10000100 1011110 10100

Color Harmonies of #036516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036516

Black with #036516

Text Example


Text Example

White with #036516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036516; }

 p { color: rgb(3,101,22); }

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

background-color css

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

 a { background-color: rgb(3,101,22); }

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

border-color css

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

 span { border-color: rgb(3,101,22); }

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