Html Css Color HEX #135436 County Green

📋 copy color: '#135436'

red 19 ◦ green 84 ◦ blue 54

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

Shades of County Green #135436

Tints of County Green #135436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 34.39%

R = 12.1%
G = 53.5%
B = 34.39%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#135436 (or 0x135436) is known color: County Green. HEX triplet: 13, 54 and 36. RGB value is (19,84,54). Sum of RGB (Red+Green+Blue) = 19+84+54=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 54 (21.48% from 255 or 34.39% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #135436 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135436 is #ECABC9. Grayscale: #3D3D3D. Windows color (decimal): -15510474 or 3560467. OLE color: 3560467.

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

Color convert

RGB 19 84 54 -
CMYK 0.77 0 0.36 0.67
HSL 152.31º 0.63% 0.2% -
HSV(B) 152.31º 0.77% 0.33% -
XYZ 4.1 6.75 4.58 -
YUV 61.15 123.97 97.94 -
System Red Green Blue C M Y K H S L
Decimal 19 84 54 0.77 0 0.36 0.67 152.31 0.63 0.2
Hex 13 54 36 4D 0 24 43 98 3F 14
Octal 23 124 66 115 0 44 103 230 77 24
Binary 10011 1010100 110110 1001101 0 100100 1000011 10011000 111111 10100

Color Harmonies of #135436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135436

Black with #135436

Text Example


Text Example

White with #135436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135436; }

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

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

background-color css

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

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

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

border-color css

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

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

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