#045B3F

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

Shades of Jewel #045B3F

Tints of Jewel #045B3F

Color information

#045B3F (or 0x045B3F) is unknown color: approx Jewel. HEX triplet: 04, 5B and 3F. RGB value is (4,91,63). Sum of RGB (Red+Green+Blue) = 4+91+63=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 91 (35.94% from 255 or 57.59% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 91 - color contains mainly: green. Hex color #045B3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045B3F is #FBA4C0. Grayscale: #3D3D3D. Windows color (decimal): -16491713 or 4152068. OLE color: 4152068.

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

Color convert

RGB49163-
CMYK0.9600.310.64
HSL160.69º91.58%18.63%-
HSV(B)160.69º95.6%35.69%-
XYZ4.697.875.97-
YUV61.79128.6886.78-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.53%
GREEN value IS 91 (35.94% from 255) = 57.59%
BLUE value IS 63 (25% from 255) = 39.87%
R=2.53%
G=57.59%
B=39.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal491630.9600.310.64160.6991.5818.63
Hex45B3F6001F40a15c13
Octal41337714003710024113423
Binary10010110111111111100000011111100000010100001101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,91,63); }

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

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

 a { background-color: rgb(4,91,63); }

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

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

 span { border-color: rgb(4,91,63); }

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