Html Css Color HEX #123317 Deep Fir

📋 copy color: '#123317'

red 18 ◦ green 51 ◦ blue 23

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

Shades of Deep Fir #123317

Tints of Deep Fir #123317

RGB

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

 GREEN value IS 51 (20.31% from 255) = 55.43%

 BLUE value IS 23 (9.38% from 255) = 25%

R = 19.57%
G = 55.43%
B = 25%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.55

 K value IS 0.8

RGB Variations

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

Color information

#123317 (or 0x123317) is known color: Deep Fir. HEX triplet: 12, 33 and 17. RGB value is (18,51,23). Sum of RGB (Red+Green+Blue) = 18+51+23=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 51 (20.31% from 255 or 55.43% from 92); Blue value is 23 (9.38% from 255 or 25% from 92); Max value from RGB is 51 - color contains mainly: green. Hex color #123317 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123317 is #EDCCE8. Grayscale: #262626. Windows color (decimal): -15584489 or 1520402. OLE color: 1520402.

HSL color Cylindrical-coordinate representation of color #123317: hue angle of 129.09º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #123317 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.8.

Color convert

RGB 18 51 23 -
CMYK 0.65 0 0.55 0.8
HSL 129.09º 0.48% 0.14% -
HSV(B) 129.09º 0.65% 0.2% -
XYZ 1.59 2.56 1.22 -
YUV 37.94 119.57 113.78 -
System Red Green Blue C M Y K H S L
Decimal 18 51 23 0.65 0 0.55 0.8 129.09 0.48 0.14
Hex 12 33 17 41 0 37 50 81 30 E
Octal 22 63 27 101 0 67 120 201 60 16
Binary 10010 110011 10111 1000001 0 110111 1010000 10000001 110000 1110

Color Harmonies of #123317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123317

Black with #123317

Text Example


Text Example

White with #123317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123317; }

 p { color: rgb(18,51,23); }

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

background-color css

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

 a { background-color: rgb(18,51,23); }

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

border-color css

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

 span { border-color: rgb(18,51,23); }

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