Html Css Color HEX #246320 San Felix

📋 copy color: '#246320'

red 36 ◦ green 99 ◦ blue 32

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

Shades of San Felix #246320

Tints of San Felix #246320

RGB

 RED value IS 36 (14.45% from 255) = 21.56%

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

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

R = 21.56%
G = 59.28%
B = 19.16%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#246320 (or 0x246320) is known color: San Felix. HEX triplet: 24, 63 and 20. RGB value is (36,99,32). Sum of RGB (Red+Green+Blue) = 36+99+32=167 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.56% from 167); Green value is 99 (39.06% from 255 or 59.28% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 99 - color contains mainly: green. Hex color #246320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #246320 is #DB9CDF. Grayscale: #484848. Windows color (decimal): -14392544 or 2122532. OLE color: 2122532.

HSL color Cylindrical-coordinate representation of color #246320: hue angle of 116.42º 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 #246320 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB 36 99 32 -
CMYK 0.64 0 0.68 0.61
HSL 116.42º 0.51% 0.26% -
HSV(B) 116.42º 0.68% 0.39% -
XYZ 5.45 9.4 2.89 -
YUV 72.53 105.13 101.95 -
System Red Green Blue C M Y K H S L
Decimal 36 99 32 0.64 0 0.68 0.61 116.42 0.51 0.26
Hex 24 63 20 40 0 44 3D 74 33 1A
Octal 44 143 40 100 0 104 75 164 63 32
Binary 100100 1100011 100000 1000000 0 1000100 111101 1110100 110011 11010

Color Harmonies of #246320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246320

Black with #246320

Text Example


Text Example

White with #246320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246320; }

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

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

background-color css

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

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

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

border-color css

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

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

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