Html Css Color HEX #145335 County Green

📋 copy color: '#145335'

red 20 ◦ green 83 ◦ blue 53

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

Shades of County Green #145335

Tints of County Green #145335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 33.97%

R = 12.82%
G = 53.21%
B = 33.97%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#145335 (or 0x145335) is known color: County Green. HEX triplet: 14, 53 and 35. RGB value is (20,83,53). Sum of RGB (Red+Green+Blue) = 20+83+53=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 53 (21.09% from 255 or 33.97% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #145335 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145335 is #EBACCA. Grayscale: #3C3C3C. Windows color (decimal): -15445195 or 3494676. OLE color: 3494676.

HSL color Cylindrical-coordinate representation of color #145335: hue angle of 151.43º 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 #145335 is Cyan = 0.76, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 83 53 -
CMYK 0.76 0 0.36 0.67
HSL 151.43º 0.61% 0.2% -
HSV(B) 151.43º 0.76% 0.33% -
XYZ 4.02 6.59 4.43 -
YUV 60.74 123.63 98.94 -
System Red Green Blue C M Y K H S L
Decimal 20 83 53 0.76 0 0.36 0.67 151.43 0.61 0.2
Hex 14 53 35 4C 0 24 43 97 3D 14
Octal 24 123 65 114 0 44 103 227 75 24
Binary 10100 1010011 110101 1001100 0 100100 1000011 10010111 111101 10100

Color Harmonies of #145335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145335

Black with #145335

Text Example


Text Example

White with #145335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145335; }

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

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

background-color css

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

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

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

border-color css

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

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

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