Html Css Color HEX #135535 County Green

📋 copy color: '#135535'

red 19 ◦ green 85 ◦ blue 53

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

Shades of County Green #135535

Tints of County Green #135535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 33.76%

R = 12.1%
G = 54.14%
B = 33.76%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#135535 (or 0x135535) is known color: County Green. HEX triplet: 13, 55 and 35. RGB value is (19,85,53). Sum of RGB (Red+Green+Blue) = 19+85+53=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #135535 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135535 is #ECAACA. Grayscale: #3D3D3D. Windows color (decimal): -15510219 or 3495187. OLE color: 3495187.

HSL color Cylindrical-coordinate representation of color #135535: hue angle of 150.91º 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 #135535 is Cyan = 0.78, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 85 53 -
CMYK 0.78 0 0.38 0.67
HSL 150.91º 0.63% 0.2% -
HSV(B) 150.91º 0.78% 0.33% -
XYZ 4.16 6.89 4.48 -
YUV 61.62 123.13 97.6 -
System Red Green Blue C M Y K H S L
Decimal 19 85 53 0.78 0 0.38 0.67 150.91 0.63 0.2
Hex 13 55 35 4E 0 26 43 97 3F 14
Octal 23 125 65 116 0 46 103 227 77 24
Binary 10011 1010101 110101 1001110 0 100110 1000011 10010111 111111 10100

Color Harmonies of #135535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135535

Black with #135535

Text Example


Text Example

White with #135535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135535; }

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

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

background-color css

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

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

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

border-color css

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

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

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