Html Css Color HEX #114E37 County Green

📋 copy color: '#114E37'

red 17 ◦ green 78 ◦ blue 55

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

Shades of County Green #114E37

Tints of County Green #114E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 36.67%

R = 11.33%
G = 52%
B = 36.67%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#114E37 (or 0x114E37) is known color: County Green. HEX triplet: 11, 4E and 37. RGB value is (17,78,55). Sum of RGB (Red+Green+Blue) = 17+78+55=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 78 (30.86% from 255 or 52% from 150); Blue value is 55 (21.88% from 255 or 36.67% from 150); Max value from RGB is 78 - color contains mainly: green. Hex color #114E37 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114E37 is #EEB1C8. Grayscale: #393939. Windows color (decimal): -15643081 or 3624465. OLE color: 3624465.

HSL color Cylindrical-coordinate representation of color #114E37: hue angle of 157.38º 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 #114E37 is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 78 55 -
CMYK 0.78 0 0.29 0.69
HSL 157.38º 0.64% 0.19% -
HSV(B) 157.38º 0.78% 0.31% -
XYZ 3.65 5.84 4.55 -
YUV 57.14 126.79 99.37 -
System Red Green Blue C M Y K H S L
Decimal 17 78 55 0.78 0 0.29 0.69 157.38 0.64 0.19
Hex 11 4E 37 4E 0 1D 45 9D 40 13
Octal 21 116 67 116 0 35 105 235 100 23
Binary 10001 1001110 110111 1001110 0 11101 1000101 10011101 1000000 10011

Color Harmonies of #114E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114E37

Black with #114E37

Text Example


Text Example

White with #114E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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