#056440

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

Shades of Jewel #056440

Tints of Jewel #056440

Color information

#056440 (or 0x056440) is unknown color: approx Jewel. HEX triplet: 05, 64 and 40. RGB value is (5,100,64). Sum of RGB (Red+Green+Blue) = 5+100+64=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 100 (39.45% from 255 or 59.17% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 100 - color contains mainly: green. Hex color #056440 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056440 is #FA9BBF. Grayscale: #434343. Windows color (decimal): -16423872 or 4219909. OLE color: 4219909.

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

Color convert

RGB510064-
CMYK0.9500.360.61
HSL157.26º90.48%20.59%-
HSV(B)157.26º95%39.22%-
XYZ5.559.526.4-
YUV67.49126.0383.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.96%
GREEN value IS 100 (39.45% from 255) = 59.17%
BLUE value IS 64 (25.39% from 255) = 37.87%
R=2.96%
G=59.17%
B=37.87%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5100640.9500.360.61157.2690.4820.59
Hex564405F0243D9d5a15
Octal51441001370447523513225
Binary101110010010000001011111010010011110110011101101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056440; }

 p { color: rgb(5,100,64); }

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

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

 a { background-color: rgb(5,100,64); }

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

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

 span { border-color: rgb(5,100,64); }

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