Html Css Color HEX #184225 Deep Fir

📋 copy color: '#184225'

red 24 ◦ green 66 ◦ blue 37

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

Shades of Deep Fir #184225

Tints of Deep Fir #184225

RGB

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

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

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

R = 18.9%
G = 51.97%
B = 29.13%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.44

 K value IS 0.74

RGB Variations

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

Color information

#184225 (or 0x184225) is known color: Deep Fir. HEX triplet: 18, 42 and 25. RGB value is (24,66,37). Sum of RGB (Red+Green+Blue) = 24+66+37=127 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.90% from 127); Green value is 66 (26.17% from 255 or 51.97% from 127); Blue value is 37 (14.84% from 255 or 29.13% from 127); Max value from RGB is 66 - color contains mainly: green. Hex color #184225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184225 is #E7BDDA. Grayscale: #323232. Windows color (decimal): -15187419 or 2441752. OLE color: 2441752.

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

Color convert

RGB 24 66 37 -
CMYK 0.64 0 0.44 0.74
HSL 138.57º 0.47% 0.18% -
HSV(B) 138.57º 0.64% 0.26% -
XYZ 2.66 4.22 2.43 -
YUV 50.14 120.59 109.36 -
System Red Green Blue C M Y K H S L
Decimal 24 66 37 0.64 0 0.44 0.74 138.57 0.47 0.18
Hex 18 42 25 40 0 2C 4A 8B 2F 12
Octal 30 102 45 100 0 54 112 213 57 22
Binary 11000 1000010 100101 1000000 0 101100 1001010 10001011 101111 10010

Color Harmonies of #184225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184225

Black with #184225

Text Example


Text Example

White with #184225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184225; }

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

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

background-color css

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

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

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

border-color css

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

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

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