Html Css Color HEX #186320 San Felix

📋 copy color: '#186320'

red 24 ◦ green 99 ◦ blue 32

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

Shades of San Felix #186320

Tints of San Felix #186320

RGB

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

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

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

R = 15.48%
G = 63.87%
B = 20.65%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#186320 (or 0x186320) is known color: San Felix. HEX triplet: 18, 63 and 20. RGB value is (24,99,32). Sum of RGB (Red+Green+Blue) = 24+99+32=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 99 (39.06% from 255 or 63.87% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 99 - color contains mainly: green. Hex color #186320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186320 is #E79CDF. Grayscale: #454545. Windows color (decimal): -15178976 or 2122520. OLE color: 2122520.

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

Color convert

RGB 24 99 32 -
CMYK 0.76 0 0.68 0.61
HSL 126.4º 0.61% 0.24% -
HSV(B) 126.4º 0.76% 0.39% -
XYZ 5.1 9.22 2.88 -
YUV 68.94 107.15 95.95 -
System Red Green Blue C M Y K H S L
Decimal 24 99 32 0.76 0 0.68 0.61 126.4 0.61 0.24
Hex 18 63 20 4C 0 44 3D 7E 3D 18
Octal 30 143 40 114 0 104 75 176 75 30
Binary 11000 1100011 100000 1001100 0 1000100 111101 1111110 111101 11000

Color Harmonies of #186320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186320

Black with #186320

Text Example


Text Example

White with #186320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186320; }

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

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

background-color css

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

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

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

border-color css

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

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

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