Html Css Color HEX #036316 Crusoe

📋 copy color: '#036316'

red 3 ◦ green 99 ◦ blue 22

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

Shades of Crusoe #036316

Tints of Crusoe #036316

RGB

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

 GREEN value IS 99 (39.06% from 255) = 79.84%

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

R = 2.42%
G = 79.84%
B = 17.74%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#036316 (or 0x036316) is known color: Crusoe. HEX triplet: 03, 63 and 16. RGB value is (3,99,22). Sum of RGB (Red+Green+Blue) = 3+99+22=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 99 (39.06% from 255 or 79.84% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 99 - color contains mainly: green. Hex color #036316 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036316 is #FC9CE9. Grayscale: #3D3D3D. Windows color (decimal): -16555242 or 1467139. OLE color: 1467139.

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

Color convert

RGB 3 99 22 -
CMYK 0.97 0 0.78 0.61
HSL 131.88º 0.94% 0.2% -
HSV(B) 131.88º 0.97% 0.39% -
XYZ 4.64 9 2.25 -
YUV 61.52 105.7 86.26 -
System Red Green Blue C M Y K H S L
Decimal 3 99 22 0.97 0 0.78 0.61 131.88 0.94 0.2
Hex 3 63 16 61 0 4E 3D 84 5E 14
Octal 3 143 26 141 0 116 75 204 136 24
Binary 11 1100011 10110 1100001 0 1001110 111101 10000100 1011110 10100

Color Harmonies of #036316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036316

Black with #036316

Text Example


Text Example

White with #036316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036316; }

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

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

background-color css

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

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

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

border-color css

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

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

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