Html Css Color HEX #134923 Deep Fir

📋 copy color: '#134923'

red 19 ◦ green 73 ◦ blue 35

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

Shades of Deep Fir #134923

Tints of Deep Fir #134923

RGB

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

 GREEN value IS 73 (28.91% from 255) = 57.48%

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

R = 14.96%
G = 57.48%
B = 27.56%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.52

 K value IS 0.71

RGB Variations

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

Color information

#134923 (or 0x134923) is known color: Deep Fir. HEX triplet: 13, 49 and 23. RGB value is (19,73,35). Sum of RGB (Red+Green+Blue) = 19+73+35=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 73 (28.91% from 255 or 57.48% from 127); Blue value is 35 (14.06% from 255 or 27.56% from 127); Max value from RGB is 73 - color contains mainly: green. Hex color #134923 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134923 is #ECB6DC. Grayscale: #343434. Windows color (decimal): -15513309 or 2312467. OLE color: 2312467.

HSL color Cylindrical-coordinate representation of color #134923: hue angle of 137.78º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134923 is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 73 35 -
CMYK 0.74 0 0.52 0.71
HSL 137.78º 0.59% 0.18% -
HSV(B) 137.78º 0.74% 0.29% -
XYZ 2.95 5.02 2.4 -
YUV 52.52 118.11 104.09 -
System Red Green Blue C M Y K H S L
Decimal 19 73 35 0.74 0 0.52 0.71 137.78 0.59 0.18
Hex 13 49 23 4A 0 34 47 8A 3B 12
Octal 23 111 43 112 0 64 107 212 73 22
Binary 10011 1001001 100011 1001010 0 110100 1000111 10001010 111011 10010

Color Harmonies of #134923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134923

Black with #134923

Text Example


Text Example

White with #134923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134923; }

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

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

background-color css

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

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

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

border-color css

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

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

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