Html Css Color HEX #145937 Fun Green

📋 copy color: '#145937'

red 20 ◦ green 89 ◦ blue 55

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

Shades of Fun Green #145937

Tints of Fun Green #145937

RGB

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

 GREEN value IS 89 (35.16% from 255) = 54.27%

 BLUE value IS 55 (21.88% from 255) = 33.54%

R = 12.2%
G = 54.27%
B = 33.54%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#145937 (or 0x145937) is known color: Fun Green. HEX triplet: 14, 59 and 37. RGB value is (20,89,55). Sum of RGB (Red+Green+Blue) = 20+89+55=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 89 (35.16% from 255 or 54.27% from 164); Blue value is 55 (21.88% from 255 or 33.54% from 164); Max value from RGB is 89 - color contains mainly: green. Hex color #145937 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145937 is #EBA6C8. Grayscale: #404040. Windows color (decimal): -15443657 or 3627284. OLE color: 3627284.

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

Color convert

RGB 20 89 55 -
CMYK 0.78 0 0.38 0.65
HSL 150.43º 0.63% 0.21% -
HSV(B) 150.43º 0.78% 0.35% -
XYZ 4.55 7.57 4.84 -
YUV 64.49 122.64 96.26 -
System Red Green Blue C M Y K H S L
Decimal 20 89 55 0.78 0 0.38 0.65 150.43 0.63 0.21
Hex 14 59 37 4E 0 26 41 96 3F 15
Octal 24 131 67 116 0 46 101 226 77 25
Binary 10100 1011001 110111 1001110 0 100110 1000001 10010110 111111 10101

Color Harmonies of #145937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145937

Black with #145937

Text Example


Text Example

White with #145937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145937; }

 p { color: rgb(20,89,55); }

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

background-color css

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

 a { background-color: rgb(20,89,55); }

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

border-color css

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

 span { border-color: rgb(20,89,55); }

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