Html Css Color HEX #05713F Jewel

📋 copy color: '#05713F'

red 5 ◦ green 113 ◦ blue 63

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

Shades of Jewel #05713F

Tints of Jewel #05713F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 62.43%

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

R = 2.76%
G = 62.43%
B = 34.81%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#05713F (or 0x05713F) is known color: Jewel. HEX triplet: 05, 71 and 3F. RGB value is (5,113,63). Sum of RGB (Red+Green+Blue) = 5+113+63=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 113 (44.53% from 255 or 62.43% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 113 - color contains mainly: green. Hex color #05713F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05713F is #FA8EC0. Grayscale: #4B4B4B. Windows color (decimal): -16420545 or 4157701. OLE color: 4157701.

HSL color Cylindrical-coordinate representation of color #05713F: hue angle of 152.22º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05713F is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 113 63 -
CMYK 0.96 0 0.44 0.56
HSL 152.22º 0.92% 0.23% -
HSV(B) 152.22º 0.96% 0.44% -
XYZ 6.86 12.2 6.7 -
YUV 75.01 121.22 78.07 -
System Red Green Blue C M Y K H S L
Decimal 5 113 63 0.96 0 0.44 0.56 152.22 0.92 0.23
Hex 5 71 3F 60 0 2C 38 98 5C 17
Octal 5 161 77 140 0 54 70 230 134 27
Binary 101 1110001 111111 1100000 0 101100 111000 10011000 1011100 10111

Color Harmonies of #05713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05713F

Black with #05713F

Text Example


Text Example

White with #05713F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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