Html Css Color HEX #135537 County Green

📋 copy color: '#135537'

red 19 ◦ green 85 ◦ blue 55

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

Shades of County Green #135537

Tints of County Green #135537

RGB

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

 GREEN value IS 85 (33.59% from 255) = 53.46%

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

R = 11.95%
G = 53.46%
B = 34.59%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#135537 (or 0x135537) is known color: County Green. HEX triplet: 13, 55 and 37. RGB value is (19,85,55). Sum of RGB (Red+Green+Blue) = 19+85+55=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #135537 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135537 is #ECAAC8. Grayscale: #3D3D3D. Windows color (decimal): -15510217 or 3626259. OLE color: 3626259.

HSL color Cylindrical-coordinate representation of color #135537: hue angle of 152.73º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135537 is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 85 55 -
CMYK 0.78 0 0.35 0.67
HSL 152.73º 0.63% 0.2% -
HSV(B) 152.73º 0.78% 0.33% -
XYZ 4.21 6.91 4.73 -
YUV 61.85 124.13 97.44 -
System Red Green Blue C M Y K H S L
Decimal 19 85 55 0.78 0 0.35 0.67 152.73 0.63 0.2
Hex 13 55 37 4E 0 23 43 99 3F 14
Octal 23 125 67 116 0 43 103 231 77 24
Binary 10011 1010101 110111 1001110 0 100011 1000011 10011001 111111 10100

Color Harmonies of #135537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135537

Black with #135537

Text Example


Text Example

White with #135537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135537; }

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

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

background-color css

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

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

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

border-color css

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

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

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