#056641

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

Shades of Jewel #056641

Tints of Jewel #056641

Color information

#056641 (or 0x056641) is unknown color: approx Jewel. HEX triplet: 05, 66 and 41. RGB value is (5,102,65). Sum of RGB (Red+Green+Blue) = 5+102+65=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 102 (40.23% from 255 or 59.30% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 102 - color contains mainly: green. Hex color #056641 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056641 is #FA99BE. Grayscale: #444444. Windows color (decimal): -16423359 or 4285957. OLE color: 4285957.

HSL color Cylindrical-coordinate representation of color #056641: hue angle of 157.11º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056641 is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.6.

Color convert

RGB510265-
CMYK0.9500.360.6
HSL157.11º90.65%20.98%-
HSV(B)157.11º95.1%40%-
XYZ5.779.926.61-
YUV68.78125.8682.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.91%
GREEN value IS 102 (40.23% from 255) = 59.30%
BLUE value IS 65 (25.78% from 255) = 37.79%
R=2.91%
G=59.30%
B=37.79%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5102650.9500.360.6157.1190.6520.98
Hex566415F0243C9d5b15
Octal51461011370447423513325
Binary101110011010000011011111010010011110010011101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056641; }

 p { color: rgb(5,102,65); }

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

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

 a { background-color: rgb(5,102,65); }

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

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

 span { border-color: rgb(5,102,65); }

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