Html Css Color HEX #134622 Deep Fir

📋 copy color: '#134622'

red 19 ◦ green 70 ◦ blue 34

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

Shades of Deep Fir #134622

Tints of Deep Fir #134622

RGB

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

 GREEN value IS 70 (27.73% from 255) = 56.91%

 BLUE value IS 34 (13.67% from 255) = 27.64%

R = 15.45%
G = 56.91%
B = 27.64%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#134622 (or 0x134622) is known color: Deep Fir. HEX triplet: 13, 46 and 22. RGB value is (19,70,34). Sum of RGB (Red+Green+Blue) = 19+70+34=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 70 (27.73% from 255 or 56.91% from 123); Blue value is 34 (13.67% from 255 or 27.64% from 123); Max value from RGB is 70 - color contains mainly: green. Hex color #134622 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134622 is #ECB9DD. Grayscale: #323232. Windows color (decimal): -15514078 or 2246163. OLE color: 2246163.

HSL color Cylindrical-coordinate representation of color #134622: hue angle of 137.65º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134622 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 70 34 -
CMYK 0.73 0 0.51 0.73
HSL 137.65º 0.57% 0.17% -
HSV(B) 137.65º 0.73% 0.27% -
XYZ 2.75 4.63 2.26 -
YUV 50.65 118.6 105.43 -
System Red Green Blue C M Y K H S L
Decimal 19 70 34 0.73 0 0.51 0.73 137.65 0.57 0.17
Hex 13 46 22 49 0 33 49 8A 39 11
Octal 23 106 42 111 0 63 111 212 71 21
Binary 10011 1000110 100010 1001001 0 110011 1001001 10001010 111001 10001

Color Harmonies of #134622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134622

Black with #134622

Text Example


Text Example

White with #134622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134622; }

 p { color: rgb(19,70,34); }

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

background-color css

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

 a { background-color: rgb(19,70,34); }

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

border-color css

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

 span { border-color: rgb(19,70,34); }

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