Html Css Color HEX #05613F Jewel

📋 copy color: '#05613F'

red 5 ◦ green 97 ◦ blue 63

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

Shades of Jewel #05613F

Tints of Jewel #05613F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 38.18%

R = 3.03%
G = 58.79%
B = 38.18%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#05613F (or 0x05613F) is known color: Jewel. HEX triplet: 05, 61 and 3F. RGB value is (5,97,63). Sum of RGB (Red+Green+Blue) = 5+97+63=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 97 (38.28% from 255 or 58.79% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 97 - color contains mainly: green. Hex color #05613F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05613F is #FA9EC0. Grayscale: #414141. Windows color (decimal): -16424641 or 4153605. OLE color: 4153605.

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

Color convert

RGB 5 97 63 -
CMYK 0.95 0 0.35 0.62
HSL 157.83º 0.9% 0.2% -
HSV(B) 157.83º 0.95% 0.38% -
XYZ 5.23 8.94 6.15 -
YUV 65.62 126.52 84.76 -
System Red Green Blue C M Y K H S L
Decimal 5 97 63 0.95 0 0.35 0.62 157.83 0.9 0.2
Hex 5 61 3F 5F 0 23 3E 9E 5A 14
Octal 5 141 77 137 0 43 76 236 132 24
Binary 101 1100001 111111 1011111 0 100011 111110 10011110 1011010 10100

Color Harmonies of #05613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05613F

Black with #05613F

Text Example


Text Example

White with #05613F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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