#05613D

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

Shades of Jewel #05613D

Tints of Jewel #05613D

Color information

#05613D (or 0x05613D) is unknown color: approx Jewel. HEX triplet: 05, 61 and 3D. RGB value is (5,97,61). Sum of RGB (Red+Green+Blue) = 5+97+61=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 97 (38.28% from 255 or 59.51% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 97 - color contains mainly: green. Hex color #05613D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05613D is #FA9EC2. Grayscale: #414141. Windows color (decimal): -16424643 or 4022533. OLE color: 4022533.

HSL color Cylindrical-coordinate representation of color #05613D: hue angle of 156.52º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05613D is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB59761-
CMYK0.9500.370.62
HSL156.52º90.2%20%-
HSV(B)156.52º94.85%38.04%-
XYZ5.188.925.86-
YUV65.39125.5284.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.07%
GREEN value IS 97 (38.28% from 255) = 59.51%
BLUE value IS 61 (24.22% from 255) = 37.42%
R=3.07%
G=59.51%
B=37.42%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal597610.9500.370.62156.5290.220
Hex5613D5F0253E9d5a14
Octal5141751370457623513224
Binary10111000011111011011111010010111111010011101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05613D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05613D; }

 p { color: rgb(5,97,61); }

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

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

 a { background-color: rgb(5,97,61); }

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

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

 span { border-color: rgb(5,97,61); }

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