Html Css Color HEX #184625 Deep Fir

📋 copy color: '#184625'

red 24 ◦ green 70 ◦ blue 37

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

Shades of Deep Fir #184625

Tints of Deep Fir #184625

RGB

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

 GREEN value IS 70 (27.73% from 255) = 53.44%

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

R = 18.32%
G = 53.44%
B = 28.24%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#184625 (or 0x184625) is known color: Deep Fir. HEX triplet: 18, 46 and 25. RGB value is (24,70,37). Sum of RGB (Red+Green+Blue) = 24+70+37=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 70 (27.73% from 255 or 53.44% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 70 - color contains mainly: green. Hex color #184625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184625 is #E7B9DA. Grayscale: #343434. Windows color (decimal): -15186395 or 2442776. OLE color: 2442776.

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

Color convert

RGB 24 70 37 -
CMYK 0.66 0 0.47 0.73
HSL 136.96º 0.49% 0.18% -
HSV(B) 136.96º 0.66% 0.27% -
XYZ 2.9 4.71 2.51 -
YUV 52.48 119.26 107.68 -
System Red Green Blue C M Y K H S L
Decimal 24 70 37 0.66 0 0.47 0.73 136.96 0.49 0.18
Hex 18 46 25 42 0 2F 49 89 31 12
Octal 30 106 45 102 0 57 111 211 61 22
Binary 11000 1000110 100101 1000010 0 101111 1001001 10001001 110001 10010

Color Harmonies of #184625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184625

Black with #184625

Text Example


Text Example

White with #184625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184625; }

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

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

background-color css

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

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

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

border-color css

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

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

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