Html Css Color HEX #145641 Fun Green

📋 copy color: '#145641'

red 20 ◦ green 86 ◦ blue 65

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

Shades of Fun Green #145641

Tints of Fun Green #145641

RGB

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

 GREEN value IS 86 (33.98% from 255) = 50.29%

 BLUE value IS 65 (25.78% from 255) = 38.01%

R = 11.7%
G = 50.29%
B = 38.01%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#145641 (or 0x145641) is known color: Fun Green. HEX triplet: 14, 56 and 41. RGB value is (20,86,65). Sum of RGB (Red+Green+Blue) = 20+86+65=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 86 (33.98% from 255 or 50.29% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 86 - color contains mainly: green. Hex color #145641 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145641 is #EBA9BE. Grayscale: #3F3F3F. Windows color (decimal): -15444415 or 4281876. OLE color: 4281876.

HSL color Cylindrical-coordinate representation of color #145641: hue angle of 160.91º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145641 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB 20 86 65 -
CMYK 0.77 0 0.24 0.66
HSL 160.91º 0.62% 0.21% -
HSV(B) 160.91º 0.77% 0.34% -
XYZ 4.57 7.19 6.15 -
YUV 63.87 128.63 96.71 -
System Red Green Blue C M Y K H S L
Decimal 20 86 65 0.77 0 0.24 0.66 160.91 0.62 0.21
Hex 14 56 41 4D 0 18 42 A1 3E 15
Octal 24 126 101 115 0 30 102 241 76 25
Binary 10100 1010110 1000001 1001101 0 11000 1000010 10100001 111110 10101

Color Harmonies of #145641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145641

Black with #145641

Text Example


Text Example

White with #145641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145641; }

 p { color: rgb(20,86,65); }

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

background-color css

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

 a { background-color: rgb(20,86,65); }

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

border-color css

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

 span { border-color: rgb(20,86,65); }

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