Html Css Color HEX #206520 San Felix

📋 copy color: '#206520'

red 32 ◦ green 101 ◦ blue 32

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

Shades of San Felix #206520

Tints of San Felix #206520

RGB

 RED value IS 32 (12.89% from 255) = 19.39%

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

 BLUE value IS 32 (12.89% from 255) = 19.39%

R = 19.39%
G = 61.21%
B = 19.39%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.68

 K value IS 0.60

RGB Variations

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

Color information

#206520 (or 0x206520) is known color: San Felix. HEX triplet: 20, 65 and 20. RGB value is (32,101,32). Sum of RGB (Red+Green+Blue) = 32+101+32=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 101 (39.84% from 255 or 61.21% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 101 - color contains mainly: green. Hex color #206520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206520 is #DF9ADF. Grayscale: #484848. Windows color (decimal): -14654176 or 2123040. OLE color: 2123040.

HSL color Cylindrical-coordinate representation of color #206520: hue angle of 120º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #206520 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB 32 101 32 -
CMYK 0.68 0 0.68 0.60
HSL 120º 0.52% 0.26% -
HSV(B) 120º 0.68% 0.4% -
XYZ 5.51 9.72 2.95 -
YUV 72.5 105.14 99.11 -
System Red Green Blue C M Y K H S L
Decimal 32 101 32 0.68 0 0.68 0.60 120 0.52 0.26
Hex 20 65 20 44 0 44 3C 78 34 1A
Octal 40 145 40 104 0 104 74 170 64 32
Binary 100000 1100101 100000 1000100 0 1000100 111100 1111000 110100 11010

Color Harmonies of #206520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206520

Black with #206520

Text Example


Text Example

White with #206520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206520; }

 p { color: rgb(32,101,32); }

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

background-color css

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

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

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

border-color css

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

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

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