Html Css Color HEX #135232 County Green

📋 copy color: '#135232'

red 19 ◦ green 82 ◦ blue 50

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

Shades of County Green #135232

Tints of County Green #135232

RGB

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

 GREEN value IS 82 (32.42% from 255) = 54.3%

 BLUE value IS 50 (19.92% from 255) = 33.11%

R = 12.58%
G = 54.3%
B = 33.11%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.39

 K value IS 0.68

RGB Variations

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

Color information

#135232 (or 0x135232) is known color: County Green. HEX triplet: 13, 52 and 32. RGB value is (19,82,50). Sum of RGB (Red+Green+Blue) = 19+82+50=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 82 (32.42% from 255 or 54.30% from 151); Blue value is 50 (19.92% from 255 or 33.11% from 151); Max value from RGB is 82 - color contains mainly: green. Hex color #135232 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135232 is #ECADCD. Grayscale: #3B3B3B. Windows color (decimal): -15510990 or 3297811. OLE color: 3297811.

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

Color convert

RGB 19 82 50 -
CMYK 0.77 0 0.39 0.68
HSL 149.52º 0.62% 0.2% -
HSV(B) 149.52º 0.77% 0.32% -
XYZ 3.86 6.4 4.05 -
YUV 59.52 122.63 99.1 -
System Red Green Blue C M Y K H S L
Decimal 19 82 50 0.77 0 0.39 0.68 149.52 0.62 0.2
Hex 13 52 32 4D 0 27 44 96 3E 14
Octal 23 122 62 115 0 47 104 226 76 24
Binary 10011 1010010 110010 1001101 0 100111 1000100 10010110 111110 10100

Color Harmonies of #135232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135232

Black with #135232

Text Example


Text Example

White with #135232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135232; }

 p { color: rgb(19,82,50); }

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

background-color css

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

 a { background-color: rgb(19,82,50); }

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

border-color css

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

 span { border-color: rgb(19,82,50); }

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