Html Css Color HEX #135435 County Green

📋 copy color: '#135435'

red 19 ◦ green 84 ◦ blue 53

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

Shades of County Green #135435

Tints of County Green #135435

RGB

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

 GREEN value IS 84 (33.2% from 255) = 53.85%

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

R = 12.18%
G = 53.85%
B = 33.97%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#135435 (or 0x135435) is known color: County Green. HEX triplet: 13, 54 and 35. RGB value is (19,84,53). Sum of RGB (Red+Green+Blue) = 19+84+53=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 84 (33.20% from 255 or 53.85% from 156); Blue value is 53 (21.09% from 255 or 33.97% from 156); Max value from RGB is 84 - color contains mainly: green. Hex color #135435 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135435 is #ECABCA. Grayscale: #3D3D3D. Windows color (decimal): -15510475 or 3494931. OLE color: 3494931.

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

Color convert

RGB 19 84 53 -
CMYK 0.77 0 0.37 0.67
HSL 151.38º 0.63% 0.2% -
HSV(B) 151.38º 0.77% 0.33% -
XYZ 4.08 6.74 4.45 -
YUV 61.03 123.47 98.02 -
System Red Green Blue C M Y K H S L
Decimal 19 84 53 0.77 0 0.37 0.67 151.38 0.63 0.2
Hex 13 54 35 4D 0 25 43 97 3F 14
Octal 23 124 65 115 0 45 103 227 77 24
Binary 10011 1010100 110101 1001101 0 100101 1000011 10010111 111111 10100

Color Harmonies of #135435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135435

Black with #135435

Text Example


Text Example

White with #135435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135435; }

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

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

background-color css

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

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

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

border-color css

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

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

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