Html Css Color HEX #134723 Deep Fir

📋 copy color: '#134723'

red 19 ◦ green 71 ◦ blue 35

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

Shades of Deep Fir #134723

Tints of Deep Fir #134723

RGB

 RED value IS 19 (7.81% from 255) = 15.2%

 GREEN value IS 71 (28.13% from 255) = 56.8%

 BLUE value IS 35 (14.06% from 255) = 28%

R = 15.2%
G = 56.8%
B = 28%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#134723 (or 0x134723) is known color: Deep Fir. HEX triplet: 13, 47 and 23. RGB value is (19,71,35). Sum of RGB (Red+Green+Blue) = 19+71+35=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 71 (28.12% from 255 or 56.8% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 71 - color contains mainly: green. Hex color #134723 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134723 is #ECB8DC. Grayscale: #333333. Windows color (decimal): -15513821 or 2311955. OLE color: 2311955.

HSL color Cylindrical-coordinate representation of color #134723: hue angle of 138.46º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134723 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 71 35 -
CMYK 0.73 0 0.51 0.72
HSL 138.46º 0.58% 0.18% -
HSV(B) 138.46º 0.73% 0.28% -
XYZ 2.83 4.77 2.36 -
YUV 51.35 118.77 104.93 -
System Red Green Blue C M Y K H S L
Decimal 19 71 35 0.73 0 0.51 0.72 138.46 0.58 0.18
Hex 13 47 23 49 0 33 48 8A 3A 12
Octal 23 107 43 111 0 63 110 212 72 22
Binary 10011 1000111 100011 1001001 0 110011 1001000 10001010 111010 10010

Color Harmonies of #134723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134723

Black with #134723

Text Example


Text Example

White with #134723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134723; }

 p { color: rgb(19,71,35); }

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

background-color css

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

 a { background-color: rgb(19,71,35); }

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

border-color css

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

 span { border-color: rgb(19,71,35); }

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