Html Css Color HEX #246020 San Felix

📋 copy color: '#246020'

red 36 ◦ green 96 ◦ blue 32

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

Shades of San Felix #246020

Tints of San Felix #246020

RGB

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

 GREEN value IS 96 (37.89% from 255) = 58.54%

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

R = 21.95%
G = 58.54%
B = 19.51%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#246020 (or 0x246020) is known color: San Felix. HEX triplet: 24, 60 and 20. RGB value is (36,96,32). Sum of RGB (Red+Green+Blue) = 36+96+32=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 96 (37.89% from 255 or 58.54% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 96 - color contains mainly: green. Hex color #246020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #246020 is #DB9FDF. Grayscale: #464646. Windows color (decimal): -14393312 or 2121764. OLE color: 2121764.

HSL color Cylindrical-coordinate representation of color #246020: hue angle of 116.25º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #246020 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 36 96 32 -
CMYK 0.62 0 0.67 0.62
HSL 116.25º 0.5% 0.25% -
HSV(B) 116.25º 0.67% 0.38% -
XYZ 5.17 8.85 2.8 -
YUV 70.76 106.12 103.2 -
System Red Green Blue C M Y K H S L
Decimal 36 96 32 0.62 0 0.67 0.62 116.25 0.5 0.25
Hex 24 60 20 3E 0 43 3E 74 32 19
Octal 44 140 40 76 0 103 76 164 62 31
Binary 100100 1100000 100000 111110 0 1000011 111110 1110100 110010 11001

Color Harmonies of #246020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246020

Black with #246020

Text Example


Text Example

White with #246020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246020; }

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

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

background-color css

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

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

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

border-color css

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

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

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