Html Css Color HEX #114932 County Green

📋 copy color: '#114932'

red 17 ◦ green 73 ◦ blue 50

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

Shades of County Green #114932

Tints of County Green #114932

RGB

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

 GREEN value IS 73 (28.91% from 255) = 52.14%

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

R = 12.14%
G = 52.14%
B = 35.71%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#114932 (or 0x114932) is known color: County Green. HEX triplet: 11, 49 and 32. RGB value is (17,73,50). Sum of RGB (Red+Green+Blue) = 17+73+50=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 73 (28.91% from 255 or 52.14% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 73 - color contains mainly: green. Hex color #114932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114932 is #EEB6CD. Grayscale: #353535. Windows color (decimal): -15644366 or 3295505. OLE color: 3295505.

HSL color Cylindrical-coordinate representation of color #114932: hue angle of 155.36º degrees, saturation: 0.62, 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 #114932 is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 73 50 -
CMYK 0.77 0 0.32 0.71
HSL 155.36º 0.62% 0.18% -
HSV(B) 155.36º 0.77% 0.29% -
XYZ 3.19 5.11 3.84 -
YUV 53.63 125.95 101.87 -
System Red Green Blue C M Y K H S L
Decimal 17 73 50 0.77 0 0.32 0.71 155.36 0.62 0.18
Hex 11 49 32 4D 0 20 47 9B 3E 12
Octal 21 111 62 115 0 40 107 233 76 22
Binary 10001 1001001 110010 1001101 0 100000 1000111 10011011 111110 10010

Color Harmonies of #114932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114932

Black with #114932

Text Example


Text Example

White with #114932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114932; }

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

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

background-color css

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

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

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

border-color css

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

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

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