#045F38

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

Shades of Fun Green #045F38

Tints of Fun Green #045F38

Color information

#045F38 (or 0x045F38) is unknown color: approx Fun Green. HEX triplet: 04, 5F and 38. RGB value is (4,95,56). Sum of RGB (Red+Green+Blue) = 4+95+56=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 95 (37.5% from 255 or 61.29% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 95 - color contains mainly: green. Hex color #045F38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045F38 is #FBA0C7. Grayscale: #3F3F3F. Windows color (decimal): -16490696 or 3694340. OLE color: 3694340.

HSL color Cylindrical-coordinate representation of color #045F38: hue angle of 154.29º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045F38 is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.63.

Color convert

RGB49556-
CMYK0.9600.410.63
HSL154.29º91.92%19.41%-
HSV(B)154.29º95.79%37.25%-
XYZ4.868.55.13-
YUV63.34123.8585.67-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.58%
GREEN value IS 95 (37.5% from 255) = 61.29%
BLUE value IS 56 (22.27% from 255) = 36.13%
R=2.58%
G=61.29%
B=36.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal495560.9600.410.63154.2991.9219.41
Hex45F38600293F9a5c13
Octal4137701400517723213423
Binary10010111111110001100000010100111111110011010101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045F38; }

 p { color: rgb(4,95,56); }

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

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

 a { background-color: rgb(4,95,56); }

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

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

 span { border-color: rgb(4,95,56); }

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