Html Css Color HEX #145840 Fun Green

📋 copy color: '#145840'

red 20 ◦ green 88 ◦ blue 64

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

Shades of Fun Green #145840

Tints of Fun Green #145840

RGB

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

 GREEN value IS 88 (34.77% from 255) = 51.16%

 BLUE value IS 64 (25.39% from 255) = 37.21%

R = 11.63%
G = 51.16%
B = 37.21%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#145840 (or 0x145840) is known color: Fun Green. HEX triplet: 14, 58 and 40. RGB value is (20,88,64). Sum of RGB (Red+Green+Blue) = 20+88+64=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 88 (34.77% from 255 or 51.16% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 88 - color contains mainly: green. Hex color #145840 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145840 is #EBA7BF. Grayscale: #404040. Windows color (decimal): -15443904 or 4216852. OLE color: 4216852.

HSL color Cylindrical-coordinate representation of color #145840: hue angle of 158.82º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145840 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 88 64 -
CMYK 0.77 0 0.27 0.65
HSL 158.82º 0.63% 0.21% -
HSV(B) 158.82º 0.77% 0.35% -
XYZ 4.7 7.5 6.05 -
YUV 64.93 127.47 95.95 -
System Red Green Blue C M Y K H S L
Decimal 20 88 64 0.77 0 0.27 0.65 158.82 0.63 0.21
Hex 14 58 40 4D 0 1B 41 9F 3F 15
Octal 24 130 100 115 0 33 101 237 77 25
Binary 10100 1011000 1000000 1001101 0 11011 1000001 10011111 111111 10101

Color Harmonies of #145840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145840

Black with #145840

Text Example


Text Example

White with #145840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145840; }

 p { color: rgb(20,88,64); }

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

background-color css

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

 a { background-color: rgb(20,88,64); }

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

border-color css

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

 span { border-color: rgb(20,88,64); }

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