Html Css Color HEX #05613E Jewel

📋 copy color: '#05613E'

red 5 ◦ green 97 ◦ blue 62

#05613E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #05613E

Tints of Jewel #05613E

RGB

 RED value IS 5 (2.34% from 255) = 3.05%

 GREEN value IS 97 (38.28% from 255) = 59.15%

 BLUE value IS 62 (24.61% from 255) = 37.8%

R = 3.05%
G = 59.15%
B = 37.8%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#05613E (or 0x05613E) is known color: Jewel. HEX triplet: 05, 61 and 3E. RGB value is (5,97,62). Sum of RGB (Red+Green+Blue) = 5+97+62=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 97 (38.28% from 255 or 59.15% from 164); Blue value is 62 (24.61% from 255 or 37.80% from 164); Max value from RGB is 97 - color contains mainly: green. Hex color #05613E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05613E is #FA9EC1. Grayscale: #414141. Windows color (decimal): -16424642 or 4088069. OLE color: 4088069.

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

Color convert

RGB 5 97 62 -
CMYK 0.95 0 0.36 0.62
HSL 157.17º 0.9% 0.2% -
HSV(B) 157.17º 0.95% 0.38% -
XYZ 5.21 8.93 6.01 -
YUV 65.5 126.02 84.85 -
System Red Green Blue C M Y K H S L
Decimal 5 97 62 0.95 0 0.36 0.62 157.17 0.9 0.2
Hex 5 61 3E 5F 0 24 3E 9D 5A 14
Octal 5 141 76 137 0 44 76 235 132 24
Binary 101 1100001 111110 1011111 0 100100 111110 10011101 1011010 10100

Color Harmonies of #05613E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05613E

Black with #05613E

Text Example


Text Example

White with #05613E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #05613E;
 }
 .AnyTagClassName
 {
   color: #05613E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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