Html Css Color HEX #104620 Deep Fir

📋 copy color: '#104620'

red 16 ◦ green 70 ◦ blue 32

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

Shades of Deep Fir #104620

Tints of Deep Fir #104620

RGB

 RED value IS 16 (6.64% from 255) = 13.56%

 GREEN value IS 70 (27.73% from 255) = 59.32%

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

R = 13.56%
G = 59.32%
B = 27.12%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#104620 (or 0x104620) is known color: Deep Fir. HEX triplet: 10, 46 and 20. RGB value is (16,70,32). Sum of RGB (Red+Green+Blue) = 16+70+32=118 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.56% from 118); Green value is 70 (27.73% from 255 or 59.32% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 70 - color contains mainly: green. Hex color #104620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104620 is #EFB9DF. Grayscale: #313131. Windows color (decimal): -15710688 or 2115088. OLE color: 2115088.

HSL color Cylindrical-coordinate representation of color #104620: hue angle of 137.78º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #104620 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 16 70 32 -
CMYK 0.77 0 0.54 0.73
HSL 137.78º 0.63% 0.17% -
HSV(B) 137.78º 0.77% 0.27% -
XYZ 2.66 4.59 2.11 -
YUV 49.52 118.11 104.09 -
System Red Green Blue C M Y K H S L
Decimal 16 70 32 0.77 0 0.54 0.73 137.78 0.63 0.17
Hex 10 46 20 4D 0 36 49 8A 3F 11
Octal 20 106 40 115 0 66 111 212 77 21
Binary 10000 1000110 100000 1001101 0 110110 1001001 10001010 111111 10001

Color Harmonies of #104620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104620

Black with #104620

Text Example


Text Example

White with #104620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104620; }

 p { color: rgb(16,70,32); }

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

background-color css

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

 a { background-color: rgb(16,70,32); }

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

border-color css

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

 span { border-color: rgb(16,70,32); }

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