#145938

Color #145938 Fun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Green #145938

Tints of Fun Green #145938

Color information

#145938 (or 0x145938) is unknown color: approx Fun Green. HEX triplet: 14, 59 and 38. RGB value is (20,89,56). Sum of RGB (Red+Green+Blue) = 20+89+56=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 89 (35.16% from 255 or 53.94% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 89 - color contains mainly: green. Hex color #145938 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145938 is #EBA6C7. Grayscale: #404040. Windows color (decimal): -15443656 or 3692820. OLE color: 3692820.

HSL color Cylindrical-coordinate representation of color #145938: hue angle of 151.3º 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 #145938 is Cyan = 0.78, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.

Color convert

RGB208956-
CMYK0.7800.370.65
HSL151.3º63.3%21.37%-
HSV(B)151.3º77.53%34.9%-
XYZ4.577.584.96-
YUV64.61123.1496.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.12%
GREEN value IS 89 (35.16% from 255) = 53.94%
BLUE value IS 56 (22.27% from 255) = 33.94%
R=12.12%
G=53.94%
B=33.94%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2089560.7800.370.65151.363.321.37
Hex1459384E02541973f15
Octal24131701160451012277725
Binary1010010110011110001001110010010110000011001011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145938; }

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

 H1.HeaderClassName
 {
   color: #145938;
 }
 .AnyTagClassName
 {
   color: #145938;
 }
</style>
background-color css

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

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

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

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

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

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