Html Css Color HEX #124325 Deep Fir

📋 copy color: '#124325'

red 18 ◦ green 67 ◦ blue 37

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

Shades of Deep Fir #124325

Tints of Deep Fir #124325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 30.33%

R = 14.75%
G = 54.92%
B = 30.33%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.45

 K value IS 0.74

RGB Variations

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

Color information

#124325 (or 0x124325) is known color: Deep Fir. HEX triplet: 12, 43 and 25. RGB value is (18,67,37). Sum of RGB (Red+Green+Blue) = 18+67+37=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 67 (26.56% from 255 or 54.92% from 122); Blue value is 37 (14.84% from 255 or 30.33% from 122); Max value from RGB is 67 - color contains mainly: green. Hex color #124325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124325 is #EDBCDA. Grayscale: #313131. Windows color (decimal): -15580379 or 2442002. OLE color: 2442002.

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

Color convert

RGB 18 67 37 -
CMYK 0.73 0 0.45 0.74
HSL 143.27º 0.58% 0.17% -
HSV(B) 143.27º 0.73% 0.26% -
XYZ 2.59 4.28 2.44 -
YUV 48.93 121.27 105.94 -
System Red Green Blue C M Y K H S L
Decimal 18 67 37 0.73 0 0.45 0.74 143.27 0.58 0.17
Hex 12 43 25 49 0 2D 4A 8F 3A 11
Octal 22 103 45 111 0 55 112 217 72 21
Binary 10010 1000011 100101 1001001 0 101101 1001010 10001111 111010 10001

Color Harmonies of #124325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124325

Black with #124325

Text Example


Text Example

White with #124325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124325; }

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

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

background-color css

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

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

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

border-color css

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

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

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