#134932

Color #134932 County Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of County Green #134932

Tints of County Green #134932

Color information

#134932 (or 0x134932) is unknown color: approx County Green. HEX triplet: 13, 49 and 32. RGB value is (19,73,50). Sum of RGB (Red+Green+Blue) = 19+73+50=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 73 (28.91% from 255 or 51.41% from 142); Blue value is 50 (19.92% from 255 or 35.21% from 142); Max value from RGB is 73 - color contains mainly: green. Hex color #134932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134932 is #ECB6CD. Grayscale: #363636. Windows color (decimal): -15513294 or 3295507. OLE color: 3295507.

HSL color Cylindrical-coordinate representation of color #134932: hue angle of 154.44º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134932 is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB197350-
CMYK0.7400.320.71
HSL154.44º58.7%18.04%-
HSV(B)154.44º73.97%28.63%-
XYZ3.235.133.84-
YUV54.23125.61102.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.38%
GREEN value IS 73 (28.91% from 255) = 51.41%
BLUE value IS 50 (19.92% from 255) = 35.21%
R=13.38%
G=51.41%
B=35.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1973500.7400.320.71154.4458.718.04
Hex1349324A020479a3b12
Octal23111621120401072327322
Binary1001110010011100101001010010000010001111001101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134932; }

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

 H1.HeaderClassName
 {
   color: #134932;
 }
 .AnyTagClassName
 {
   color: #134932;
 }
</style>
background-color css

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

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

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

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

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

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