Html Css Color HEX #135137 County Green

📋 copy color: '#135137'

red 19 ◦ green 81 ◦ blue 55

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

Shades of County Green #135137

Tints of County Green #135137

RGB

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

 GREEN value IS 81 (32.03% from 255) = 52.26%

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

R = 12.26%
G = 52.26%
B = 35.48%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#135137 (or 0x135137) is known color: County Green. HEX triplet: 13, 51 and 37. RGB value is (19,81,55). Sum of RGB (Red+Green+Blue) = 19+81+55=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 81 (32.03% from 255 or 52.26% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 81 - color contains mainly: green. Hex color #135137 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135137 is #ECAEC8. Grayscale: #3B3B3B. Windows color (decimal): -15511241 or 3625235. OLE color: 3625235.

HSL color Cylindrical-coordinate representation of color #135137: hue angle of 154.84º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135137 is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 81 55 -
CMYK 0.77 0 0.32 0.68
HSL 154.84º 0.62% 0.2% -
HSV(B) 154.84º 0.77% 0.32% -
XYZ 3.9 6.3 4.62 -
YUV 59.5 125.46 99.11 -
System Red Green Blue C M Y K H S L
Decimal 19 81 55 0.77 0 0.32 0.68 154.84 0.62 0.2
Hex 13 51 37 4D 0 20 44 9B 3E 14
Octal 23 121 67 115 0 40 104 233 76 24
Binary 10011 1010001 110111 1001101 0 100000 1000100 10011011 111110 10100

Color Harmonies of #135137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135137

Black with #135137

Text Example


Text Example

White with #135137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135137; }

 p { color: rgb(19,81,55); }

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

background-color css

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

 a { background-color: rgb(19,81,55); }

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

border-color css

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

 span { border-color: rgb(19,81,55); }

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