Html Css Color HEX #123721 Deep Fir

📋 copy color: '#123721'

red 18 ◦ green 55 ◦ blue 33

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

Shades of Deep Fir #123721

Tints of Deep Fir #123721

RGB

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

 GREEN value IS 55 (21.88% from 255) = 51.89%

 BLUE value IS 33 (13.28% from 255) = 31.13%

R = 16.98%
G = 51.89%
B = 31.13%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.4

 K value IS 0.78

RGB Variations

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

Color information

#123721 (or 0x123721) is known color: Deep Fir. HEX triplet: 12, 37 and 21. RGB value is (18,55,33). Sum of RGB (Red+Green+Blue) = 18+55+33=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 55 (21.88% from 255 or 51.89% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 55 - color contains mainly: green. Hex color #123721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123721 is #EDC8DE. Grayscale: #292929. Windows color (decimal): -15583455 or 2176786. OLE color: 2176786.

HSL color Cylindrical-coordinate representation of color #123721: hue angle of 144.32º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #123721 is Cyan = 0.67, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 55 33 -
CMYK 0.67 0 0.4 0.78
HSL 144.32º 0.51% 0.14% -
HSV(B) 144.32º 0.67% 0.22% -
XYZ 1.89 2.97 1.91 -
YUV 41.43 123.24 111.29 -
System Red Green Blue C M Y K H S L
Decimal 18 55 33 0.67 0 0.4 0.78 144.32 0.51 0.14
Hex 12 37 21 43 0 28 4E 90 33 E
Octal 22 67 41 103 0 50 116 220 63 16
Binary 10010 110111 100001 1000011 0 101000 1001110 10010000 110011 1110

Color Harmonies of #123721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123721

Black with #123721

Text Example


Text Example

White with #123721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123721; }

 p { color: rgb(18,55,33); }

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

background-color css

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

 a { background-color: rgb(18,55,33); }

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

border-color css

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

 span { border-color: rgb(18,55,33); }

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