Html Css Color HEX #05703A Jewel

📋 copy color: '#05703A'

red 5 ◦ green 112 ◦ blue 58

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

Shades of Jewel #05703A

Tints of Jewel #05703A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 64%

 BLUE value IS 58 (23.05% from 255) = 33.14%

R = 2.86%
G = 64%
B = 33.14%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#05703A (or 0x05703A) is known color: Jewel. HEX triplet: 05, 70 and 3A. RGB value is (5,112,58). Sum of RGB (Red+Green+Blue) = 5+112+58=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 112 (44.14% from 255 or 64% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 112 - color contains mainly: green. Hex color #05703A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05703A is #FA8FC5. Grayscale: #494949. Windows color (decimal): -16420806 or 3829765. OLE color: 3829765.

HSL color Cylindrical-coordinate representation of color #05703A: hue angle of 149.72º degrees, saturation: 0.91, 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 #05703A is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 112 58 -
CMYK 0.96 0 0.48 0.56
HSL 149.72º 0.91% 0.23% -
HSV(B) 149.72º 0.96% 0.44% -
XYZ 6.62 11.93 5.96 -
YUV 73.85 119.05 78.89 -
System Red Green Blue C M Y K H S L
Decimal 5 112 58 0.96 0 0.48 0.56 149.72 0.91 0.23
Hex 5 70 3A 60 0 30 38 96 5B 17
Octal 5 160 72 140 0 60 70 226 133 27
Binary 101 1110000 111010 1100000 0 110000 111000 10010110 1011011 10111

Color Harmonies of #05703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05703A

Black with #05703A

Text Example


Text Example

White with #05703A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05703A; }

 p { color: rgb(5,112,58); }

 H1.HeaderClassName
 {
   color: #05703A;
 }
 .AnyTagClassName
 {
   color: #05703A;
 }
</style>

background-color css

<style>
 a { background-color: #05703A; }

 a { background-color: rgb(5,112,58); }

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

border-color css

<style>
 span { border-color: #05703A; }

 span { border-color: rgb(5,112,58); }

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