Html Css Color HEX #124622 Deep Fir

📋 copy color: '#124622'

red 18 ◦ green 70 ◦ blue 34

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

Shades of Deep Fir #124622

Tints of Deep Fir #124622

RGB

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

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

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

R = 14.75%
G = 57.38%
B = 27.87%

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

#124622 (or 0x124622) is known color: Deep Fir. HEX triplet: 12, 46 and 22. RGB value is (18,70,34). Sum of RGB (Red+Green+Blue) = 18+70+34=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 70 (27.73% from 255 or 57.38% from 122); Blue value is 34 (13.67% from 255 or 27.87% from 122); Max value from RGB is 70 - color contains mainly: green. Hex color #124622 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124622 is #EDB9DD. Grayscale: #323232. Windows color (decimal): -15579614 or 2246162. OLE color: 2246162.

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

Color convert

RGB 18 70 34 -
CMYK 0.74 0 0.51 0.73
HSL 138.46º 0.59% 0.17% -
HSV(B) 138.46º 0.74% 0.27% -
XYZ 2.73 4.62 2.26 -
YUV 50.35 118.77 104.93 -
System Red Green Blue C M Y K H S L
Decimal 18 70 34 0.74 0 0.51 0.73 138.46 0.59 0.17
Hex 12 46 22 4A 0 33 49 8A 3B 11
Octal 22 106 42 112 0 63 111 212 73 21
Binary 10010 1000110 100010 1001010 0 110011 1001001 10001010 111011 10001

Color Harmonies of #124622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124622

Black with #124622

Text Example


Text Example

White with #124622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124622; }

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

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

background-color css

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

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

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

border-color css

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

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

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