Html Css Color HEX #124220 Deep Fir

📋 copy color: '#124220'

red 18 ◦ green 66 ◦ blue 32

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

Shades of Deep Fir #124220

Tints of Deep Fir #124220

RGB

 RED value IS 18 (7.42% from 255) = 15.52%

 GREEN value IS 66 (26.17% from 255) = 56.9%

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

R = 15.52%
G = 56.9%
B = 27.59%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#124220 (or 0x124220) is known color: Deep Fir. HEX triplet: 12, 42 and 20. RGB value is (18,66,32). Sum of RGB (Red+Green+Blue) = 18+66+32=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 66 (26.17% from 255 or 56.90% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 66 - color contains mainly: green. Hex color #124220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124220 is #EDBDDF. Grayscale: #2F2F2F. Windows color (decimal): -15580640 or 2114066. OLE color: 2114066.

HSL color Cylindrical-coordinate representation of color #124220: hue angle of 137.5º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #124220 is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 66 32 -
CMYK 0.73 0 0.52 0.74
HSL 137.5º 0.57% 0.16% -
HSV(B) 137.5º 0.73% 0.26% -
XYZ 2.46 4.13 2.03 -
YUV 47.77 119.1 106.76 -
System Red Green Blue C M Y K H S L
Decimal 18 66 32 0.73 0 0.52 0.74 137.5 0.57 0.16
Hex 12 42 20 49 0 34 4A 8A 39 10
Octal 22 102 40 111 0 64 112 212 71 20
Binary 10010 1000010 100000 1001001 0 110100 1001010 10001010 111001 10000

Color Harmonies of #124220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124220

Black with #124220

Text Example


Text Example

White with #124220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124220; }

 p { color: rgb(18,66,32); }

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

background-color css

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

 a { background-color: rgb(18,66,32); }

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

border-color css

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

 span { border-color: rgb(18,66,32); }

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