Html Css Color HEX #145339 County Green

📋 copy color: '#145339'

red 20 ◦ green 83 ◦ blue 57

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

Shades of County Green #145339

Tints of County Green #145339

RGB

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

 GREEN value IS 83 (32.81% from 255) = 51.88%

 BLUE value IS 57 (22.66% from 255) = 35.63%

R = 12.5%
G = 51.88%
B = 35.63%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#145339 (or 0x145339) is known color: County Green. HEX triplet: 14, 53 and 39. RGB value is (20,83,57). Sum of RGB (Red+Green+Blue) = 20+83+57=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 83 (32.81% from 255 or 51.88% from 160); Blue value is 57 (22.66% from 255 or 35.62% from 160); Max value from RGB is 83 - color contains mainly: green. Hex color #145339 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145339 is #EBACC6. Grayscale: #3D3D3D. Windows color (decimal): -15445191 or 3756820. OLE color: 3756820.

HSL color Cylindrical-coordinate representation of color #145339: hue angle of 155.24º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145339 is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 83 57 -
CMYK 0.76 0 0.31 0.67
HSL 155.24º 0.61% 0.2% -
HSV(B) 155.24º 0.76% 0.33% -
XYZ 4.12 6.63 4.93 -
YUV 61.2 125.63 98.61 -
System Red Green Blue C M Y K H S L
Decimal 20 83 57 0.76 0 0.31 0.67 155.24 0.61 0.2
Hex 14 53 39 4C 0 1F 43 9B 3D 14
Octal 24 123 71 114 0 37 103 233 75 24
Binary 10100 1010011 111001 1001100 0 11111 1000011 10011011 111101 10100

Color Harmonies of #145339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145339

Black with #145339

Text Example


Text Example

White with #145339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145339; }

 p { color: rgb(20,83,57); }

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

background-color css

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

 a { background-color: rgb(20,83,57); }

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

border-color css

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

 span { border-color: rgb(20,83,57); }

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