Html Css Color HEX #114523 Deep Fir

📋 copy color: '#114523'

red 17 ◦ green 69 ◦ blue 35

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

Shades of Deep Fir #114523

Tints of Deep Fir #114523

RGB

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

 GREEN value IS 69 (27.34% from 255) = 57.02%

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

R = 14.05%
G = 57.02%
B = 28.93%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#114523 (or 0x114523) is known color: Deep Fir. HEX triplet: 11, 45 and 23. RGB value is (17,69,35). Sum of RGB (Red+Green+Blue) = 17+69+35=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 69 (27.34% from 255 or 57.02% from 121); Blue value is 35 (14.06% from 255 or 28.93% from 121); Max value from RGB is 69 - color contains mainly: green. Hex color #114523 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114523 is #EEBADC. Grayscale: #313131. Windows color (decimal): -15645405 or 2311441. OLE color: 2311441.

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

Color convert

RGB 17 69 35 -
CMYK 0.75 0 0.49 0.73
HSL 140.77º 0.6% 0.17% -
HSV(B) 140.77º 0.75% 0.27% -
XYZ 2.66 4.5 2.32 -
YUV 49.58 119.77 104.76 -
System Red Green Blue C M Y K H S L
Decimal 17 69 35 0.75 0 0.49 0.73 140.77 0.6 0.17
Hex 11 45 23 4B 0 31 49 8D 3C 11
Octal 21 105 43 113 0 61 111 215 74 21
Binary 10001 1000101 100011 1001011 0 110001 1001001 10001101 111100 10001

Color Harmonies of #114523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114523

Black with #114523

Text Example


Text Example

White with #114523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114523; }

 p { color: rgb(17,69,35); }

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

background-color css

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

 a { background-color: rgb(17,69,35); }

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

border-color css

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

 span { border-color: rgb(17,69,35); }

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