Html Css Color HEX #145036 County Green

📋 copy color: '#145036'

red 20 ◦ green 80 ◦ blue 54

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

Shades of County Green #145036

Tints of County Green #145036

RGB

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

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

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

R = 12.99%
G = 51.95%
B = 35.06%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#145036 (or 0x145036) is known color: County Green. HEX triplet: 14, 50 and 36. RGB value is (20,80,54). Sum of RGB (Red+Green+Blue) = 20+80+54=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 54 (21.48% from 255 or 35.06% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #145036 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145036 is #EBAFC9. Grayscale: #3B3B3B. Windows color (decimal): -15445962 or 3559444. OLE color: 3559444.

HSL color Cylindrical-coordinate representation of color #145036: hue angle of 154º 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 #145036 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 80 54 -
CMYK 0.75 0 0.33 0.69
HSL 154º 0.6% 0.2% -
HSV(B) 154º 0.75% 0.31% -
XYZ 3.82 6.15 4.48 -
YUV 59.1 125.12 100.11 -
System Red Green Blue C M Y K H S L
Decimal 20 80 54 0.75 0 0.33 0.69 154 0.6 0.2
Hex 14 50 36 4B 0 21 45 9A 3C 14
Octal 24 120 66 113 0 41 105 232 74 24
Binary 10100 1010000 110110 1001011 0 100001 1000101 10011010 111100 10100

Color Harmonies of #145036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145036

Black with #145036

Text Example


Text Example

White with #145036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145036; }

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

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

background-color css

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

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

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

border-color css

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

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

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