Html Css Color HEX #05713E Jewel

📋 copy color: '#05713E'

red 5 ◦ green 113 ◦ blue 62

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

Shades of Jewel #05713E

Tints of Jewel #05713E

RGB

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

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

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

R = 2.78%
G = 62.78%
B = 34.44%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#05713E (or 0x05713E) is known color: Jewel. HEX triplet: 05, 71 and 3E. RGB value is (5,113,62). Sum of RGB (Red+Green+Blue) = 5+113+62=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 113 (44.53% from 255 or 62.78% from 180); Blue value is 62 (24.61% from 255 or 34.44% from 180); Max value from RGB is 113 - color contains mainly: green. Hex color #05713E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05713E is #FA8EC1. Grayscale: #4A4A4A. Windows color (decimal): -16420546 or 4092165. OLE color: 4092165.

HSL color Cylindrical-coordinate representation of color #05713E: hue angle of 151.67º 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 #05713E is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 113 62 -
CMYK 0.96 0 0.45 0.56
HSL 151.67º 0.92% 0.23% -
HSV(B) 151.67º 0.96% 0.44% -
XYZ 6.84 12.19 6.55 -
YUV 74.89 120.72 78.15 -
System Red Green Blue C M Y K H S L
Decimal 5 113 62 0.96 0 0.45 0.56 151.67 0.92 0.23
Hex 5 71 3E 60 0 2D 38 98 5C 17
Octal 5 161 76 140 0 55 70 230 134 27
Binary 101 1110001 111110 1100000 0 101101 111000 10011000 1011100 10111

Color Harmonies of #05713E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05713E

Black with #05713E

Text Example


Text Example

White with #05713E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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