Html Css Color HEX #145637 County Green

📋 copy color: '#145637'

red 20 ◦ green 86 ◦ blue 55

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

Shades of County Green #145637

Tints of County Green #145637

RGB

 RED value IS 20 (8.2% from 255) = 12.42%

 GREEN value IS 86 (33.98% from 255) = 53.42%

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

R = 12.42%
G = 53.42%
B = 34.16%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.36

 K value IS 0.66

RGB Variations

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

Color information

#145637 (or 0x145637) is known color: County Green. HEX triplet: 14, 56 and 37. RGB value is (20,86,55). Sum of RGB (Red+Green+Blue) = 20+86+55=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 86 (33.98% from 255 or 53.42% from 161); Blue value is 55 (21.88% from 255 or 34.16% from 161); Max value from RGB is 86 - color contains mainly: green. Hex color #145637 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145637 is #EBA9C8. Grayscale: #3E3E3E. Windows color (decimal): -15444425 or 3626516. OLE color: 3626516.

HSL color Cylindrical-coordinate representation of color #145637: hue angle of 151.82º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145637 is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.66.

Color convert

RGB 20 86 55 -
CMYK 0.77 0 0.36 0.66
HSL 151.82º 0.62% 0.21% -
HSV(B) 151.82º 0.77% 0.34% -
XYZ 4.31 7.08 4.75 -
YUV 62.73 123.63 97.52 -
System Red Green Blue C M Y K H S L
Decimal 20 86 55 0.77 0 0.36 0.66 151.82 0.62 0.21
Hex 14 56 37 4D 0 24 42 98 3E 15
Octal 24 126 67 115 0 44 102 230 76 25
Binary 10100 1010110 110111 1001101 0 100100 1000010 10011000 111110 10101

Color Harmonies of #145637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145637

Black with #145637

Text Example


Text Example

White with #145637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145637; }

 p { color: rgb(20,86,55); }

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

background-color css

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

 a { background-color: rgb(20,86,55); }

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

border-color css

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

 span { border-color: rgb(20,86,55); }

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