#055B3F

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

Shades of Jewel #055B3F

Tints of Jewel #055B3F

Color information

#055B3F (or 0x055B3F) is unknown color: approx Jewel. HEX triplet: 05, 5B and 3F. RGB value is (5,91,63). Sum of RGB (Red+Green+Blue) = 5+91+63=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 91 (35.94% from 255 or 57.23% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 91 - color contains mainly: green. Hex color #055B3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055B3F is #FAA4C0. Grayscale: #3E3E3E. Windows color (decimal): -16426177 or 4152069. OLE color: 4152069.

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

Color convert

RGB59163-
CMYK0.9500.310.64
HSL160.47º89.58%18.82%-
HSV(B)160.47º94.51%35.69%-
XYZ4.77.875.97-
YUV62.09128.5187.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.14%
GREEN value IS 91 (35.94% from 255) = 57.23%
BLUE value IS 63 (25% from 255) = 39.62%
R=3.14%
G=57.23%
B=39.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal591630.9500.310.64160.4789.5818.82
Hex55B3F5F01F40a05a13
Octal51337713703710024013223
Binary10110110111111111011111011111100000010100000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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