#134933

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

Shades of County Green #134933

Tints of County Green #134933

Color information

#134933 (or 0x134933) is unknown color: approx County Green. HEX triplet: 13, 49 and 33. RGB value is (19,73,51). Sum of RGB (Red+Green+Blue) = 19+73+51=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 73 (28.91% from 255 or 51.05% from 143); Blue value is 51 (20.31% from 255 or 35.66% from 143); Max value from RGB is 73 - color contains mainly: green. Hex color #134933 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134933 is #ECB6CC. Grayscale: #363636. Windows color (decimal): -15513293 or 3361043. OLE color: 3361043.

HSL color Cylindrical-coordinate representation of color #134933: hue angle of 155.56º 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 #134933 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB197351-
CMYK0.7400.300.71
HSL155.56º58.7%18.04%-
HSV(B)155.56º73.97%28.63%-
XYZ3.255.143.95-
YUV54.35126.11102.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.29%
GREEN value IS 73 (28.91% from 255) = 51.05%
BLUE value IS 51 (20.31% from 255) = 35.66%
R=13.29%
G=51.05%
B=35.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1973510.7400.300.71155.5658.718.04
Hex1349334A01E479c3b12
Octal23111631120361072347322
Binary100111001001110011100101001111010001111001110011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134933; }

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

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

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

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

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

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

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

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