Html Css Color HEX #124020 Deep Fir

📋 copy color: '#124020'

red 18 ◦ green 64 ◦ blue 32

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

Shades of Deep Fir #124020

Tints of Deep Fir #124020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 56.14%

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

R = 15.79%
G = 56.14%
B = 28.07%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.50

 K value IS 0.75

RGB Variations

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

Color information

#124020 (or 0x124020) is known color: Deep Fir. HEX triplet: 12, 40 and 20. RGB value is (18,64,32). Sum of RGB (Red+Green+Blue) = 18+64+32=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 64 (25.39% from 255 or 56.14% from 114); Blue value is 32 (12.89% from 255 or 28.07% from 114); Max value from RGB is 64 - color contains mainly: green. Hex color #124020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124020 is #EDBFDF. Grayscale: #2E2E2E. Windows color (decimal): -15581152 or 2113554. OLE color: 2113554.

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

Color convert

RGB 18 64 32 -
CMYK 0.72 0 0.50 0.75
HSL 138.26º 0.56% 0.16% -
HSV(B) 138.26º 0.72% 0.25% -
XYZ 2.34 3.9 2 -
YUV 46.6 119.76 107.6 -
System Red Green Blue C M Y K H S L
Decimal 18 64 32 0.72 0 0.50 0.75 138.26 0.56 0.16
Hex 12 40 20 48 0 32 4B 8A 38 10
Octal 22 100 40 110 0 62 113 212 70 20
Binary 10010 1000000 100000 1001000 0 110010 1001011 10001010 111000 10000

Color Harmonies of #124020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124020

Black with #124020

Text Example


Text Example

White with #124020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124020; }

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

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

background-color css

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

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

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

border-color css

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

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

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