Html Css Color HEX #036521 Crusoe

📋 copy color: '#036521'

red 3 ◦ green 101 ◦ blue 33

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

Shades of Crusoe #036521

Tints of Crusoe #036521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 24.09%

R = 2.19%
G = 73.72%
B = 24.09%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.67

 K value IS 0.60

RGB Variations

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

Color information

#036521 (or 0x036521) is known color: Crusoe. HEX triplet: 03, 65 and 21. RGB value is (3,101,33). Sum of RGB (Red+Green+Blue) = 3+101+33=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 101 (39.84% from 255 or 73.72% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 101 - color contains mainly: green. Hex color #036521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036521 is #FC9ADE. Grayscale: #404040. Windows color (decimal): -16554719 or 2188547. OLE color: 2188547.

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

Color convert

RGB 3 101 33 -
CMYK 0.97 0 0.67 0.60
HSL 138.37º 0.94% 0.2% -
HSV(B) 138.37º 0.97% 0.4% -
XYZ 4.97 9.44 3 -
YUV 63.95 110.53 84.53 -
System Red Green Blue C M Y K H S L
Decimal 3 101 33 0.97 0 0.67 0.60 138.37 0.94 0.2
Hex 3 65 21 61 0 43 3C 8A 5E 14
Octal 3 145 41 141 0 103 74 212 136 24
Binary 11 1100101 100001 1100001 0 1000011 111100 10001010 1011110 10100

Color Harmonies of #036521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036521

Black with #036521

Text Example


Text Example

White with #036521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036521; }

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

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

background-color css

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

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

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

border-color css

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

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

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