Html Css Color HEX #184224 Deep Fir

📋 copy color: '#184224'

red 24 ◦ green 66 ◦ blue 36

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

Shades of Deep Fir #184224

Tints of Deep Fir #184224

RGB

 RED value IS 24 (9.77% from 255) = 19.05%

 GREEN value IS 66 (26.17% from 255) = 52.38%

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

R = 19.05%
G = 52.38%
B = 28.57%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.45

 K value IS 0.74

RGB Variations

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

Color information

#184224 (or 0x184224) is known color: Deep Fir. HEX triplet: 18, 42 and 24. RGB value is (24,66,36). Sum of RGB (Red+Green+Blue) = 24+66+36=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 66 (26.17% from 255 or 52.38% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 66 - color contains mainly: green. Hex color #184224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184224 is #E7BDDB. Grayscale: #323232. Windows color (decimal): -15187420 or 2376216. OLE color: 2376216.

HSL color Cylindrical-coordinate representation of color #184224: hue angle of 137.14º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #184224 is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.

Color convert

RGB 24 66 36 -
CMYK 0.64 0 0.45 0.74
HSL 137.14º 0.47% 0.18% -
HSV(B) 137.14º 0.64% 0.26% -
XYZ 2.64 4.22 2.34 -
YUV 50.02 120.09 109.44 -
System Red Green Blue C M Y K H S L
Decimal 24 66 36 0.64 0 0.45 0.74 137.14 0.47 0.18
Hex 18 42 24 40 0 2D 4A 89 2F 12
Octal 30 102 44 100 0 55 112 211 57 22
Binary 11000 1000010 100100 1000000 0 101101 1001010 10001001 101111 10010

Color Harmonies of #184224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184224

Black with #184224

Text Example


Text Example

White with #184224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184224; }

 p { color: rgb(24,66,36); }

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

background-color css

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

 a { background-color: rgb(24,66,36); }

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

border-color css

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

 span { border-color: rgb(24,66,36); }

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