Html Css Color HEX #114B34 County Green

📋 copy color: '#114B34'

red 17 ◦ green 75 ◦ blue 52

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

Shades of County Green #114B34

Tints of County Green #114B34

RGB

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

 GREEN value IS 75 (29.69% from 255) = 52.08%

 BLUE value IS 52 (20.7% from 255) = 36.11%

R = 11.81%
G = 52.08%
B = 36.11%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.31

 K value IS 0.71

RGB Variations

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

Color information

#114B34 (or 0x114B34) is known color: County Green. HEX triplet: 11, 4B and 34. RGB value is (17,75,52). Sum of RGB (Red+Green+Blue) = 17+75+52=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 75 (29.69% from 255 or 52.08% from 144); Blue value is 52 (20.70% from 255 or 36.11% from 144); Max value from RGB is 75 - color contains mainly: green. Hex color #114B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114B34 is #EEB4CB. Grayscale: #373737. Windows color (decimal): -15643852 or 3427089. OLE color: 3427089.

HSL color Cylindrical-coordinate representation of color #114B34: hue angle of 156.21º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114B34 is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 75 52 -
CMYK 0.77 0 0.31 0.71
HSL 156.21º 0.63% 0.18% -
HSV(B) 156.21º 0.77% 0.29% -
XYZ 3.37 5.4 4.11 -
YUV 55.04 126.28 100.87 -
System Red Green Blue C M Y K H S L
Decimal 17 75 52 0.77 0 0.31 0.71 156.21 0.63 0.18
Hex 11 4B 34 4D 0 1F 47 9C 3F 12
Octal 21 113 64 115 0 37 107 234 77 22
Binary 10001 1001011 110100 1001101 0 11111 1000111 10011100 111111 10010

Color Harmonies of #114B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114B34

Black with #114B34

Text Example


Text Example

White with #114B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114B34; }

 p { color: rgb(17,75,52); }

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

background-color css

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

 a { background-color: rgb(17,75,52); }

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

border-color css

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

 span { border-color: rgb(17,75,52); }

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