Html Css Color HEX #184520 Deep Fir

📋 copy color: '#184520'

red 24 ◦ green 69 ◦ blue 32

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

Shades of Deep Fir #184520

Tints of Deep Fir #184520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 25.6%

R = 19.2%
G = 55.2%
B = 25.6%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#184520 (or 0x184520) is known color: Deep Fir. HEX triplet: 18, 45 and 20. RGB value is (24,69,32). Sum of RGB (Red+Green+Blue) = 24+69+32=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 69 (27.34% from 255 or 55.2% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 69 - color contains mainly: green. Hex color #184520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184520 is #E7BADF. Grayscale: #333333. Windows color (decimal): -15186656 or 2114840. OLE color: 2114840.

HSL color Cylindrical-coordinate representation of color #184520: hue angle of 130.67º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #184520 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 24 69 32 -
CMYK 0.65 0 0.54 0.73
HSL 130.67º 0.48% 0.18% -
HSV(B) 130.67º 0.65% 0.27% -
XYZ 2.77 4.55 2.1 -
YUV 51.33 117.09 108.51 -
System Red Green Blue C M Y K H S L
Decimal 24 69 32 0.65 0 0.54 0.73 130.67 0.48 0.18
Hex 18 45 20 41 0 36 49 83 30 12
Octal 30 105 40 101 0 66 111 203 60 22
Binary 11000 1000101 100000 1000001 0 110110 1001001 10000011 110000 10010

Color Harmonies of #184520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184520

Black with #184520

Text Example


Text Example

White with #184520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184520; }

 p { color: rgb(24,69,32); }

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

background-color css

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

 a { background-color: rgb(24,69,32); }

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

border-color css

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

 span { border-color: rgb(24,69,32); }

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