Html Css Color HEX #184528 Deep Fir

📋 copy color: '#184528'

red 24 ◦ green 69 ◦ blue 40

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

Shades of Deep Fir #184528

Tints of Deep Fir #184528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 30.08%

R = 18.05%
G = 51.88%
B = 30.08%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.42

 K value IS 0.73

RGB Variations

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

Color information

#184528 (or 0x184528) is known color: Deep Fir. HEX triplet: 18, 45 and 28. RGB value is (24,69,40). Sum of RGB (Red+Green+Blue) = 24+69+40=133 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.05% from 133); Green value is 69 (27.34% from 255 or 51.88% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 69 - color contains mainly: green. Hex color #184528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184528 is #E7BAD7. Grayscale: #343434. Windows color (decimal): -15186648 or 2639128. OLE color: 2639128.

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

Color convert

RGB 24 69 40 -
CMYK 0.65 0 0.42 0.73
HSL 141.33º 0.48% 0.18% -
HSV(B) 141.33º 0.65% 0.27% -
XYZ 2.89 4.6 2.74 -
YUV 52.24 121.09 107.86 -
System Red Green Blue C M Y K H S L
Decimal 24 69 40 0.65 0 0.42 0.73 141.33 0.48 0.18
Hex 18 45 28 41 0 2A 49 8D 30 12
Octal 30 105 50 101 0 52 111 215 60 22
Binary 11000 1000101 101000 1000001 0 101010 1001001 10001101 110000 10010

Color Harmonies of #184528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184528

Black with #184528

Text Example


Text Example

White with #184528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184528; }

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

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

background-color css

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

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

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

border-color css

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

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

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