Html Css Color HEX #114325 Deep Fir

📋 copy color: '#114325'

red 17 ◦ green 67 ◦ blue 37

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

Shades of Deep Fir #114325

Tints of Deep Fir #114325

RGB

 RED value IS 17 (7.03% from 255) = 14.05%

 GREEN value IS 67 (26.56% from 255) = 55.37%

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

R = 14.05%
G = 55.37%
B = 30.58%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.45

 K value IS 0.74

RGB Variations

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

Color information

#114325 (or 0x114325) is known color: Deep Fir. HEX triplet: 11, 43 and 25. RGB value is (17,67,37). Sum of RGB (Red+Green+Blue) = 17+67+37=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 67 (26.56% from 255 or 55.37% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 67 - color contains mainly: green. Hex color #114325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114325 is #EEBCDA. Grayscale: #303030. Windows color (decimal): -15645915 or 2442001. OLE color: 2442001.

HSL color Cylindrical-coordinate representation of color #114325: hue angle of 144º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #114325 is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.

Color convert

RGB 17 67 37 -
CMYK 0.75 0 0.45 0.74
HSL 144º 0.6% 0.16% -
HSV(B) 144º 0.75% 0.26% -
XYZ 2.57 4.27 2.44 -
YUV 48.63 121.44 105.44 -
System Red Green Blue C M Y K H S L
Decimal 17 67 37 0.75 0 0.45 0.74 144 0.6 0.16
Hex 11 43 25 4B 0 2D 4A 90 3C 10
Octal 21 103 45 113 0 55 112 220 74 20
Binary 10001 1000011 100101 1001011 0 101101 1001010 10010000 111100 10000

Color Harmonies of #114325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114325

Black with #114325

Text Example


Text Example

White with #114325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114325; }

 p { color: rgb(17,67,37); }

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

background-color css

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

 a { background-color: rgb(17,67,37); }

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

border-color css

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

 span { border-color: rgb(17,67,37); }

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