Html Css Color HEX #124820 Deep Fir

📋 copy color: '#124820'

red 18 ◦ green 72 ◦ blue 32

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

Shades of Deep Fir #124820

Tints of Deep Fir #124820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 59.02%

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

R = 14.75%
G = 59.02%
B = 26.23%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#124820 (or 0x124820) is known color: Deep Fir. HEX triplet: 12, 48 and 20. RGB value is (18,72,32). Sum of RGB (Red+Green+Blue) = 18+72+32=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 72 (28.52% from 255 or 59.02% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 72 - color contains mainly: green. Hex color #124820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124820 is #EDB7DF. Grayscale: #333333. Windows color (decimal): -15579104 or 2115602. OLE color: 2115602.

HSL color Cylindrical-coordinate representation of color #124820: hue angle of 135.56º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124820 is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 72 32 -
CMYK 0.75 0 0.56 0.72
HSL 135.56º 0.6% 0.18% -
HSV(B) 135.56º 0.75% 0.28% -
XYZ 2.83 4.87 2.16 -
YUV 51.29 117.11 104.25 -
System Red Green Blue C M Y K H S L
Decimal 18 72 32 0.75 0 0.56 0.72 135.56 0.6 0.18
Hex 12 48 20 4B 0 38 48 88 3C 12
Octal 22 110 40 113 0 70 110 210 74 22
Binary 10010 1001000 100000 1001011 0 111000 1001000 10001000 111100 10010

Color Harmonies of #124820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124820

Black with #124820

Text Example


Text Example

White with #124820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124820; }

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

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

background-color css

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

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

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

border-color css

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

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

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