Html Css Color HEX #134F38 County Green

📋 copy color: '#134F38'

red 19 ◦ green 79 ◦ blue 56

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

Shades of County Green #134F38

Tints of County Green #134F38

RGB

 RED value IS 19 (7.81% from 255) = 12.34%

 GREEN value IS 79 (31.25% from 255) = 51.3%

 BLUE value IS 56 (22.27% from 255) = 36.36%

R = 12.34%
G = 51.3%
B = 36.36%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#134F38 (or 0x134F38) is known color: County Green. HEX triplet: 13, 4F and 38. RGB value is (19,79,56). Sum of RGB (Red+Green+Blue) = 19+79+56=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 79 (31.25% from 255 or 51.30% from 154); Blue value is 56 (22.27% from 255 or 36.36% from 154); Max value from RGB is 79 - color contains mainly: green. Hex color #134F38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134F38 is #ECB0C7. Grayscale: #3A3A3A. Windows color (decimal): -15511752 or 3690259. OLE color: 3690259.

HSL color Cylindrical-coordinate representation of color #134F38: hue angle of 157º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134F38 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 79 56 -
CMYK 0.76 0 0.29 0.69
HSL 157º 0.61% 0.19% -
HSV(B) 157º 0.76% 0.31% -
XYZ 3.78 6.02 4.7 -
YUV 58.44 126.62 99.87 -
System Red Green Blue C M Y K H S L
Decimal 19 79 56 0.76 0 0.29 0.69 157 0.61 0.19
Hex 13 4F 38 4C 0 1D 45 9D 3D 13
Octal 23 117 70 114 0 35 105 235 75 23
Binary 10011 1001111 111000 1001100 0 11101 1000101 10011101 111101 10011

Color Harmonies of #134F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134F38

Black with #134F38

Text Example


Text Example

White with #134F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134F38; }

 p { color: rgb(19,79,56); }

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

background-color css

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

 a { background-color: rgb(19,79,56); }

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

border-color css

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

 span { border-color: rgb(19,79,56); }

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