#05673F

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

Shades of Jewel #05673F

Tints of Jewel #05673F

Color information

#05673F (or 0x05673F) is unknown color: approx Jewel. HEX triplet: 05, 67 and 3F. RGB value is (5,103,63). Sum of RGB (Red+Green+Blue) = 5+103+63=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 103 (40.62% from 255 or 60.23% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 103 - color contains mainly: green. Hex color #05673F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05673F is #FA98C0. Grayscale: #454545. Windows color (decimal): -16423105 or 4155141. OLE color: 4155141.

HSL color Cylindrical-coordinate representation of color #05673F: hue angle of 155.51º 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 #05673F is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.60.

Color convert

RGB510363-
CMYK0.9500.390.60
HSL155.51º90.74%21.18%-
HSV(B)155.51º95.15%40.39%-
XYZ5.8110.096.34-
YUV69.14124.5382.25-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.92%
GREEN value IS 103 (40.62% from 255) = 60.23%
BLUE value IS 63 (25% from 255) = 36.84%
R=2.92%
G=60.23%
B=36.84%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5103630.9500.390.60155.5190.7421.18
Hex5673F5F0273C9c5b15
Octal5147771370477423413325
Binary10111001111111111011111010011111110010011100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05673F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05673F; }

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

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

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

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

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

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

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

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