Html Css Color HEX #134123 Deep Fir

📋 copy color: '#134123'

red 19 ◦ green 65 ◦ blue 35

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

Shades of Deep Fir #134123

Tints of Deep Fir #134123

RGB

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

 GREEN value IS 65 (25.78% from 255) = 54.62%

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

R = 15.97%
G = 54.62%
B = 29.41%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.46

 K value IS 0.75

RGB Variations

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

Color information

#134123 (or 0x134123) is known color: Deep Fir. HEX triplet: 13, 41 and 23. RGB value is (19,65,35). Sum of RGB (Red+Green+Blue) = 19+65+35=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 35 (14.06% from 255 or 29.41% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #134123 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134123 is #ECBEDC. Grayscale: #2F2F2F. Windows color (decimal): -15515357 or 2310419. OLE color: 2310419.

HSL color Cylindrical-coordinate representation of color #134123: hue angle of 140.87º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #134123 is Cyan = 0.71, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 65 35 -
CMYK 0.71 0 0.46 0.75
HSL 140.87º 0.55% 0.16% -
HSV(B) 140.87º 0.71% 0.25% -
XYZ 2.46 4.04 2.24 -
YUV 47.83 120.76 107.44 -
System Red Green Blue C M Y K H S L
Decimal 19 65 35 0.71 0 0.46 0.75 140.87 0.55 0.16
Hex 13 41 23 47 0 2E 4B 8D 37 10
Octal 23 101 43 107 0 56 113 215 67 20
Binary 10011 1000001 100011 1000111 0 101110 1001011 10001101 110111 10000

Color Harmonies of #134123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134123

Black with #134123

Text Example


Text Example

White with #134123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134123; }

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

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

background-color css

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

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

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

border-color css

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

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

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