Html Css Color HEX #114E32 County Green

📋 copy color: '#114E32'

red 17 ◦ green 78 ◦ blue 50

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

Shades of County Green #114E32

Tints of County Green #114E32

RGB

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

 GREEN value IS 78 (30.86% from 255) = 53.79%

 BLUE value IS 50 (19.92% from 255) = 34.48%

R = 11.72%
G = 53.79%
B = 34.48%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#114E32 (or 0x114E32) is known color: County Green. HEX triplet: 11, 4E and 32. RGB value is (17,78,50). Sum of RGB (Red+Green+Blue) = 17+78+50=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 78 (30.86% from 255 or 53.79% from 145); Blue value is 50 (19.92% from 255 or 34.48% from 145); Max value from RGB is 78 - color contains mainly: green. Hex color #114E32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114E32 is #EEB1CD. Grayscale: #383838. Windows color (decimal): -15643086 or 3296785. OLE color: 3296785.

HSL color Cylindrical-coordinate representation of color #114E32: hue angle of 152.46º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114E32 is Cyan = 0.78, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 78 50 -
CMYK 0.78 0 0.36 0.69
HSL 152.46º 0.64% 0.19% -
HSV(B) 152.46º 0.78% 0.31% -
XYZ 3.53 5.8 3.95 -
YUV 56.57 124.29 99.78 -
System Red Green Blue C M Y K H S L
Decimal 17 78 50 0.78 0 0.36 0.69 152.46 0.64 0.19
Hex 11 4E 32 4E 0 24 45 98 40 13
Octal 21 116 62 116 0 44 105 230 100 23
Binary 10001 1001110 110010 1001110 0 100100 1000101 10011000 1000000 10011

Color Harmonies of #114E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114E32

Black with #114E32

Text Example


Text Example

White with #114E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,78,50); }

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

background-color css

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

 a { background-color: rgb(17,78,50); }

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

border-color css

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

 span { border-color: rgb(17,78,50); }

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