Html Css Color HEX #184328 Deep Fir

📋 copy color: '#184328'

red 24 ◦ green 67 ◦ blue 40

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

Shades of Deep Fir #184328

Tints of Deep Fir #184328

RGB

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

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

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

R = 18.32%
G = 51.15%
B = 30.53%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.40

 K value IS 0.74

RGB Variations

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

Color information

#184328 (or 0x184328) is known color: Deep Fir. HEX triplet: 18, 43 and 28. RGB value is (24,67,40). Sum of RGB (Red+Green+Blue) = 24+67+40=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 67 (26.56% from 255 or 51.15% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 67 - color contains mainly: green. Hex color #184328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184328 is #E7BCD7. Grayscale: #333333. Windows color (decimal): -15187160 or 2638616. OLE color: 2638616.

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

Color convert

RGB 24 67 40 -
CMYK 0.64 0 0.40 0.74
HSL 142.33º 0.47% 0.18% -
HSV(B) 142.33º 0.64% 0.26% -
XYZ 2.77 4.36 2.7 -
YUV 51.07 121.75 108.7 -
System Red Green Blue C M Y K H S L
Decimal 24 67 40 0.64 0 0.40 0.74 142.33 0.47 0.18
Hex 18 43 28 40 0 28 4A 8E 2F 12
Octal 30 103 50 100 0 50 112 216 57 22
Binary 11000 1000011 101000 1000000 0 101000 1001010 10001110 101111 10010

Color Harmonies of #184328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184328

Black with #184328

Text Example


Text Example

White with #184328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184328; }

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

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

background-color css

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

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

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

border-color css

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

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

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