Html Css Color HEX #124624 Deep Fir

📋 copy color: '#124624'

red 18 ◦ green 70 ◦ blue 36

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

Shades of Deep Fir #124624

Tints of Deep Fir #124624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 29.03%

R = 14.52%
G = 56.45%
B = 29.03%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#124624 (or 0x124624) is known color: Deep Fir. HEX triplet: 12, 46 and 24. RGB value is (18,70,36). Sum of RGB (Red+Green+Blue) = 18+70+36=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 70 (27.73% from 255 or 56.45% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 70 - color contains mainly: green. Hex color #124624 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124624 is #EDB9DB. Grayscale: #323232. Windows color (decimal): -15579612 or 2377234. OLE color: 2377234.

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

Color convert

RGB 18 70 36 -
CMYK 0.74 0 0.49 0.73
HSL 140.77º 0.59% 0.17% -
HSV(B) 140.77º 0.74% 0.27% -
XYZ 2.76 4.64 2.42 -
YUV 50.58 119.77 104.76 -
System Red Green Blue C M Y K H S L
Decimal 18 70 36 0.74 0 0.49 0.73 140.77 0.59 0.17
Hex 12 46 24 4A 0 31 49 8D 3B 11
Octal 22 106 44 112 0 61 111 215 73 21
Binary 10010 1000110 100100 1001010 0 110001 1001001 10001101 111011 10001

Color Harmonies of #124624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124624

Black with #124624

Text Example


Text Example

White with #124624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124624; }

 p { color: rgb(18,70,36); }

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

background-color css

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

 a { background-color: rgb(18,70,36); }

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

border-color css

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

 span { border-color: rgb(18,70,36); }

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