#05623D

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

Shades of Jewel #05623D

Tints of Jewel #05623D

Color information

#05623D (or 0x05623D) is unknown color: approx Jewel. HEX triplet: 05, 62 and 3D. RGB value is (5,98,61). Sum of RGB (Red+Green+Blue) = 5+98+61=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 98 (38.67% from 255 or 59.76% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 98 - color contains mainly: green. Hex color #05623D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05623D is #FA9DC2. Grayscale: #424242. Windows color (decimal): -16424387 or 4022789. OLE color: 4022789.

HSL color Cylindrical-coordinate representation of color #05623D: hue angle of 156.13º 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 #05623D is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB59861-
CMYK0.9500.380.62
HSL156.13º90.29%20.2%-
HSV(B)156.13º94.9%38.43%-
XYZ5.279.15.89-
YUV65.97125.1984.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.05%
GREEN value IS 98 (38.67% from 255) = 59.76%
BLUE value IS 61 (24.22% from 255) = 37.20%
R=3.05%
G=59.76%
B=37.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal598610.9500.380.62156.1390.2920.2
Hex5623D5F0263E9c5a14
Octal5142751370467623413224
Binary10111000101111011011111010011011111010011100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05623D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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