Html Css Color HEX #123219 Deep Fir

📋 copy color: '#123219'

red 18 ◦ green 50 ◦ blue 25

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

Shades of Deep Fir #123219

Tints of Deep Fir #123219

RGB

 RED value IS 18 (7.42% from 255) = 19.35%

 GREEN value IS 50 (19.92% from 255) = 53.76%

 BLUE value IS 25 (10.16% from 255) = 26.88%

R = 19.35%
G = 53.76%
B = 26.88%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.50

 K value IS 0.80

RGB Variations

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

Color information

#123219 (or 0x123219) is known color: Deep Fir. HEX triplet: 12, 32 and 19. RGB value is (18,50,25). Sum of RGB (Red+Green+Blue) = 18+50+25=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 50 (19.92% from 255 or 53.76% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 50 - color contains mainly: green. Hex color #123219 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123219 is #EDCDE6. Grayscale: #252525. Windows color (decimal): -15584743 or 1651218. OLE color: 1651218.

HSL color Cylindrical-coordinate representation of color #123219: hue angle of 133.12º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #123219 is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB 18 50 25 -
CMYK 0.64 0 0.50 0.80
HSL 133.13º 0.47% 0.13% -
HSV(B) 133.13º 0.64% 0.2% -
XYZ 1.57 2.48 1.32 -
YUV 37.58 120.9 114.03 -
System Red Green Blue C M Y K H S L
Decimal 18 50 25 0.64 0 0.50 0.80 133.13 0.47 0.13
Hex 12 32 19 40 0 32 50 85 2F D
Octal 22 62 31 100 0 62 120 205 57 15
Binary 10010 110010 11001 1000000 0 110010 1010000 10000101 101111 1101

Color Harmonies of #123219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123219

Black with #123219

Text Example


Text Example

White with #123219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123219; }

 p { color: rgb(18,50,25); }

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

background-color css

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

 a { background-color: rgb(18,50,25); }

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

border-color css

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

 span { border-color: rgb(18,50,25); }

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