Html Css Color HEX #05713D Jewel

📋 copy color: '#05713D'

red 5 ◦ green 113 ◦ blue 61

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

Shades of Jewel #05713D

Tints of Jewel #05713D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 34.08%

R = 2.79%
G = 63.13%
B = 34.08%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#05713D (or 0x05713D) is known color: Jewel. HEX triplet: 05, 71 and 3D. RGB value is (5,113,61). Sum of RGB (Red+Green+Blue) = 5+113+61=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 113 (44.53% from 255 or 63.13% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 113 - color contains mainly: green. Hex color #05713D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05713D is #FA8EC2. Grayscale: #4A4A4A. Windows color (decimal): -16420547 or 4026629. OLE color: 4026629.

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

Color convert

RGB 5 113 61 -
CMYK 0.96 0 0.46 0.56
HSL 151.11º 0.92% 0.23% -
HSV(B) 151.11º 0.96% 0.44% -
XYZ 6.81 12.18 6.41 -
YUV 74.78 120.22 78.23 -
System Red Green Blue C M Y K H S L
Decimal 5 113 61 0.96 0 0.46 0.56 151.11 0.92 0.23
Hex 5 71 3D 60 0 2E 38 97 5C 17
Octal 5 161 75 140 0 56 70 227 134 27
Binary 101 1110001 111101 1100000 0 101110 111000 10010111 1011100 10111

Color Harmonies of #05713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05713D

Black with #05713D

Text Example


Text Example

White with #05713D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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