Html Css Color HEX #036821 Crusoe

📋 copy color: '#036821'

red 3 ◦ green 104 ◦ blue 33

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

Shades of Crusoe #036821

Tints of Crusoe #036821

RGB

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

 GREEN value IS 104 (41.02% from 255) = 74.29%

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

R = 2.14%
G = 74.29%
B = 23.57%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#036821 (or 0x036821) is known color: Crusoe. HEX triplet: 03, 68 and 21. RGB value is (3,104,33). Sum of RGB (Red+Green+Blue) = 3+104+33=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 104 (41.02% from 255 or 74.29% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 104 - color contains mainly: green. Hex color #036821 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036821 is #FC97DE. Grayscale: #414141. Windows color (decimal): -16553951 or 2189315. OLE color: 2189315.

HSL color Cylindrical-coordinate representation of color #036821: hue angle of 137.82º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036821 is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 104 33 -
CMYK 0.97 0 0.68 0.59
HSL 137.82º 0.94% 0.21% -
HSV(B) 137.82º 0.97% 0.41% -
XYZ 5.26 10.03 3.1 -
YUV 65.71 109.54 83.27 -
System Red Green Blue C M Y K H S L
Decimal 3 104 33 0.97 0 0.68 0.59 137.82 0.94 0.21
Hex 3 68 21 61 0 44 3B 8A 5E 15
Octal 3 150 41 141 0 104 73 212 136 25
Binary 11 1101000 100001 1100001 0 1000100 111011 10001010 1011110 10101

Color Harmonies of #036821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036821

Black with #036821

Text Example


Text Example

White with #036821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036821; }

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

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

background-color css

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

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

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

border-color css

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

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

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