Html Css Color HEX #124324 Deep Fir

📋 copy color: '#124324'

red 18 ◦ green 67 ◦ blue 36

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

Shades of Deep Fir #124324

Tints of Deep Fir #124324

RGB

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

 GREEN value IS 67 (26.56% from 255) = 55.37%

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

R = 14.88%
G = 55.37%
B = 29.75%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.46

 K value IS 0.74

RGB Variations

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

Color information

#124324 (or 0x124324) is known color: Deep Fir. HEX triplet: 12, 43 and 24. RGB value is (18,67,36). Sum of RGB (Red+Green+Blue) = 18+67+36=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 67 (26.56% from 255 or 55.37% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 67 - color contains mainly: green. Hex color #124324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124324 is #EDBCDB. Grayscale: #303030. Windows color (decimal): -15580380 or 2376466. OLE color: 2376466.

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

Color convert

RGB 18 67 36 -
CMYK 0.73 0 0.46 0.74
HSL 142.04º 0.58% 0.17% -
HSV(B) 142.04º 0.73% 0.26% -
XYZ 2.58 4.27 2.36 -
YUV 48.82 120.77 106.02 -
System Red Green Blue C M Y K H S L
Decimal 18 67 36 0.73 0 0.46 0.74 142.04 0.58 0.17
Hex 12 43 24 49 0 2E 4A 8E 3A 11
Octal 22 103 44 111 0 56 112 216 72 21
Binary 10010 1000011 100100 1001001 0 101110 1001010 10001110 111010 10001

Color Harmonies of #124324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124324

Black with #124324

Text Example


Text Example

White with #124324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124324; }

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

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

background-color css

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

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

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

border-color css

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

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

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