Html Css Color HEX #206326 San Felix

📋 copy color: '#206326'

red 32 ◦ green 99 ◦ blue 38

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

Shades of San Felix #206326

Tints of San Felix #206326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 22.49%

R = 18.93%
G = 58.58%
B = 22.49%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#206326 (or 0x206326) is known color: San Felix. HEX triplet: 20, 63 and 26. RGB value is (32,99,38). Sum of RGB (Red+Green+Blue) = 32+99+38=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 99 (39.06% from 255 or 58.58% from 169); Blue value is 38 (15.23% from 255 or 22.49% from 169); Max value from RGB is 99 - color contains mainly: green. Hex color #206326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206326 is #DF9CD9. Grayscale: #484848. Windows color (decimal): -14654682 or 2515744. OLE color: 2515744.

HSL color Cylindrical-coordinate representation of color #206326: hue angle of 125.37º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #206326 is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.61.

Color convert

RGB 32 99 38 -
CMYK 0.68 0 0.62 0.61
HSL 125.37º 0.51% 0.26% -
HSV(B) 125.37º 0.68% 0.39% -
XYZ 5.41 9.37 3.36 -
YUV 72.01 108.8 99.46 -
System Red Green Blue C M Y K H S L
Decimal 32 99 38 0.68 0 0.62 0.61 125.37 0.51 0.26
Hex 20 63 26 44 0 3E 3D 7D 33 1A
Octal 40 143 46 104 0 76 75 175 63 32
Binary 100000 1100011 100110 1000100 0 111110 111101 1111101 110011 11010

Color Harmonies of #206326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206326

Black with #206326

Text Example


Text Example

White with #206326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206326; }

 p { color: rgb(32,99,38); }

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

background-color css

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

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

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

border-color css

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

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

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