Html Css Color HEX #114C35 County Green

📋 copy color: '#114C35'

red 17 ◦ green 76 ◦ blue 53

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

Shades of County Green #114C35

Tints of County Green #114C35

RGB

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

 GREEN value IS 76 (30.08% from 255) = 52.05%

 BLUE value IS 53 (21.09% from 255) = 36.3%

R = 11.64%
G = 52.05%
B = 36.3%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.30

 K value IS 0.70

RGB Variations

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

Color information

#114C35 (or 0x114C35) is known color: County Green. HEX triplet: 11, 4C and 35. RGB value is (17,76,53). Sum of RGB (Red+Green+Blue) = 17+76+53=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 76 (30.08% from 255 or 52.05% from 146); Blue value is 53 (21.09% from 255 or 36.30% from 146); Max value from RGB is 76 - color contains mainly: green. Hex color #114C35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114C35 is #EEB3CA. Grayscale: #373737. Windows color (decimal): -15643595 or 3492881. OLE color: 3492881.

HSL color Cylindrical-coordinate representation of color #114C35: hue angle of 156.61º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114C35 is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 76 53 -
CMYK 0.78 0 0.30 0.70
HSL 156.61º 0.63% 0.18% -
HSV(B) 156.61º 0.78% 0.3% -
XYZ 3.46 5.55 4.26 -
YUV 55.74 126.45 100.37 -
System Red Green Blue C M Y K H S L
Decimal 17 76 53 0.78 0 0.30 0.70 156.61 0.63 0.18
Hex 11 4C 35 4E 0 1E 46 9D 3F 12
Octal 21 114 65 116 0 36 106 235 77 22
Binary 10001 1001100 110101 1001110 0 11110 1000110 10011101 111111 10010

Color Harmonies of #114C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114C35

Black with #114C35

Text Example


Text Example

White with #114C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,76,53); }

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

background-color css

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

 a { background-color: rgb(17,76,53); }

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

border-color css

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

 span { border-color: rgb(17,76,53); }

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