Html Css Color HEX #145037 County Green

📋 copy color: '#145037'

red 20 ◦ green 80 ◦ blue 55

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

Shades of County Green #145037

Tints of County Green #145037

RGB

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

 GREEN value IS 80 (31.64% from 255) = 51.61%

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

R = 12.9%
G = 51.61%
B = 35.48%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.31

 K value IS 0.69

RGB Variations

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

Color information

#145037 (or 0x145037) is known color: County Green. HEX triplet: 14, 50 and 37. RGB value is (20,80,55). Sum of RGB (Red+Green+Blue) = 20+80+55=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #145037 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145037 is #EBAFC8. Grayscale: #3B3B3B. Windows color (decimal): -15445961 or 3624980. OLE color: 3624980.

HSL color Cylindrical-coordinate representation of color #145037: hue angle of 155º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #145037 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 80 55 -
CMYK 0.75 0 0.31 0.69
HSL 155º 0.6% 0.2% -
HSV(B) 155º 0.75% 0.31% -
XYZ 3.85 6.16 4.6 -
YUV 59.21 125.62 100.03 -
System Red Green Blue C M Y K H S L
Decimal 20 80 55 0.75 0 0.31 0.69 155 0.6 0.2
Hex 14 50 37 4B 0 1F 45 9B 3C 14
Octal 24 120 67 113 0 37 105 233 74 24
Binary 10100 1010000 110111 1001011 0 11111 1000101 10011011 111100 10100

Color Harmonies of #145037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145037

Black with #145037

Text Example


Text Example

White with #145037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145037; }

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

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

background-color css

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

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

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

border-color css

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

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

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