Html Css Color HEX #186820 San Felix

📋 copy color: '#186820'

red 24 ◦ green 104 ◦ blue 32

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

Shades of San Felix #186820

Tints of San Felix #186820

RGB

 RED value IS 24 (9.77% from 255) = 15%

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

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

R = 15%
G = 65%
B = 20%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#186820 (or 0x186820) is known color: San Felix. HEX triplet: 18, 68 and 20. RGB value is (24,104,32). Sum of RGB (Red+Green+Blue) = 24+104+32=160 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15% from 160); Green value is 104 (41.02% from 255 or 65% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 104 - color contains mainly: green. Hex color #186820 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186820 is #E797DF. Grayscale: #484848. Windows color (decimal): -15177696 or 2123800. OLE color: 2123800.

HSL color Cylindrical-coordinate representation of color #186820: hue angle of 126º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #186820 is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB 24 104 32 -
CMYK 0.77 0 0.69 0.59
HSL 126º 0.63% 0.25% -
HSV(B) 126º 0.77% 0.41% -
XYZ 5.59 10.2 3.04 -
YUV 71.87 105.5 93.85 -
System Red Green Blue C M Y K H S L
Decimal 24 104 32 0.77 0 0.69 0.59 126 0.63 0.25
Hex 18 68 20 4D 0 45 3B 7E 3E 19
Octal 30 150 40 115 0 105 73 176 76 31
Binary 11000 1101000 100000 1001101 0 1000101 111011 1111110 111110 11001

Color Harmonies of #186820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186820

Black with #186820

Text Example


Text Example

White with #186820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186820; }

 p { color: rgb(24,104,32); }

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

background-color css

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

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

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

border-color css

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

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

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