Html Css Color HEX #134125 Deep Fir

📋 copy color: '#134125'

red 19 ◦ green 65 ◦ blue 37

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

Shades of Deep Fir #134125

Tints of Deep Fir #134125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 30.58%

R = 15.7%
G = 53.72%
B = 30.58%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.43

 K value IS 0.75

RGB Variations

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

Color information

#134125 (or 0x134125) is known color: Deep Fir. HEX triplet: 13, 41 and 25. RGB value is (19,65,37). Sum of RGB (Red+Green+Blue) = 19+65+37=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 65 (25.78% from 255 or 53.72% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 65 - color contains mainly: green. Hex color #134125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134125 is #ECBEDA. Grayscale: #303030. Windows color (decimal): -15515355 or 2441491. OLE color: 2441491.

HSL color Cylindrical-coordinate representation of color #134125: hue angle of 143.48º 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 #134125 is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 65 37 -
CMYK 0.71 0 0.43 0.75
HSL 143.48º 0.55% 0.16% -
HSV(B) 143.48º 0.71% 0.25% -
XYZ 2.49 4.05 2.4 -
YUV 48.05 121.76 107.28 -
System Red Green Blue C M Y K H S L
Decimal 19 65 37 0.71 0 0.43 0.75 143.48 0.55 0.16
Hex 13 41 25 47 0 2B 4B 8F 37 10
Octal 23 101 45 107 0 53 113 217 67 20
Binary 10011 1000001 100101 1000111 0 101011 1001011 10001111 110111 10000

Color Harmonies of #134125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134125

Black with #134125

Text Example


Text Example

White with #134125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134125; }

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

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

background-color css

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

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

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

border-color css

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

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

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