Html Css Color HEX #124822 Deep Fir

📋 copy color: '#124822'

red 18 ◦ green 72 ◦ blue 34

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

Shades of Deep Fir #124822

Tints of Deep Fir #124822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 27.42%

R = 14.52%
G = 58.06%
B = 27.42%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.53

 K value IS 0.72

RGB Variations

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

Color information

#124822 (or 0x124822) is known color: Deep Fir. HEX triplet: 12, 48 and 22. RGB value is (18,72,34). Sum of RGB (Red+Green+Blue) = 18+72+34=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 72 (28.52% from 255 or 58.06% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 72 - color contains mainly: green. Hex color #124822 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124822 is #EDB7DD. Grayscale: #333333. Windows color (decimal): -15579102 or 2246674. OLE color: 2246674.

HSL color Cylindrical-coordinate representation of color #124822: hue angle of 137.78º 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 #124822 is Cyan = 0.75, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 72 34 -
CMYK 0.75 0 0.53 0.72
HSL 137.78º 0.6% 0.18% -
HSV(B) 137.78º 0.75% 0.28% -
XYZ 2.86 4.88 2.3 -
YUV 51.52 118.11 104.09 -
System Red Green Blue C M Y K H S L
Decimal 18 72 34 0.75 0 0.53 0.72 137.78 0.6 0.18
Hex 12 48 22 4B 0 35 48 8A 3C 12
Octal 22 110 42 113 0 65 110 212 74 22
Binary 10010 1001000 100010 1001011 0 110101 1001000 10001010 111100 10010

Color Harmonies of #124822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124822

Black with #124822

Text Example


Text Example

White with #124822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124822; }

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

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

background-color css

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

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

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

border-color css

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

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

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