Html Css Color HEX #134021 Deep Fir

📋 copy color: '#134021'

red 19 ◦ green 64 ◦ blue 33

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

Shades of Deep Fir #134021

Tints of Deep Fir #134021

RGB

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

 GREEN value IS 64 (25.39% from 255) = 55.17%

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

R = 16.38%
G = 55.17%
B = 28.45%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#134021 (or 0x134021) is known color: Deep Fir. HEX triplet: 13, 40 and 21. RGB value is (19,64,33). Sum of RGB (Red+Green+Blue) = 19+64+33=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 33 (13.28% from 255 or 28.45% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #134021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134021 is #ECBFDE. Grayscale: #2F2F2F. Windows color (decimal): -15515615 or 2179091. OLE color: 2179091.

HSL color Cylindrical-coordinate representation of color #134021: hue angle of 138.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #134021 is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 64 33 -
CMYK 0.70 0 0.48 0.75
HSL 138.67º 0.54% 0.16% -
HSV(B) 138.67º 0.7% 0.25% -
XYZ 2.38 3.92 2.07 -
YUV 47.01 120.09 108.02 -
System Red Green Blue C M Y K H S L
Decimal 19 64 33 0.70 0 0.48 0.75 138.67 0.54 0.16
Hex 13 40 21 46 0 30 4B 8B 36 10
Octal 23 100 41 106 0 60 113 213 66 20
Binary 10011 1000000 100001 1000110 0 110000 1001011 10001011 110110 10000

Color Harmonies of #134021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134021

Black with #134021

Text Example


Text Example

White with #134021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134021; }

 p { color: rgb(19,64,33); }

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

background-color css

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

 a { background-color: rgb(19,64,33); }

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

border-color css

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

 span { border-color: rgb(19,64,33); }

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