Html Css Color HEX #124522 Deep Fir

📋 copy color: '#124522'

red 18 ◦ green 69 ◦ blue 34

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

Shades of Deep Fir #124522

Tints of Deep Fir #124522

RGB

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

 GREEN value IS 69 (27.34% from 255) = 57.02%

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

R = 14.88%
G = 57.02%
B = 28.1%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#124522 (or 0x124522) is known color: Deep Fir. HEX triplet: 12, 45 and 22. RGB value is (18,69,34). Sum of RGB (Red+Green+Blue) = 18+69+34=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 69 (27.34% from 255 or 57.02% from 121); Blue value is 34 (13.67% from 255 or 28.10% from 121); Max value from RGB is 69 - color contains mainly: green. Hex color #124522 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124522 is #EDBADD. Grayscale: #313131. Windows color (decimal): -15579870 or 2245906. OLE color: 2245906.

HSL color Cylindrical-coordinate representation of color #124522: hue angle of 138.82º 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 #124522 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 69 34 -
CMYK 0.74 0 0.51 0.73
HSL 138.82º 0.59% 0.17% -
HSV(B) 138.82º 0.74% 0.27% -
XYZ 2.67 4.5 2.24 -
YUV 49.76 119.1 105.35 -
System Red Green Blue C M Y K H S L
Decimal 18 69 34 0.74 0 0.51 0.73 138.82 0.59 0.17
Hex 12 45 22 4A 0 33 49 8B 3B 11
Octal 22 105 42 112 0 63 111 213 73 21
Binary 10010 1000101 100010 1001010 0 110011 1001001 10001011 111011 10001

Color Harmonies of #124522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124522

Black with #124522

Text Example


Text Example

White with #124522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124522; }

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

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

background-color css

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

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

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

border-color css

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

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

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