Html Css Color HEX #05703C Jewel

📋 copy color: '#05703C'

red 5 ◦ green 112 ◦ blue 60

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

Shades of Jewel #05703C

Tints of Jewel #05703C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 33.9%

R = 2.82%
G = 63.28%
B = 33.9%

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

#05703C (or 0x05703C) is known color: Jewel. HEX triplet: 05, 70 and 3C. RGB value is (5,112,60). Sum of RGB (Red+Green+Blue) = 5+112+60=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 112 (44.14% from 255 or 63.28% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 112 - color contains mainly: green. Hex color #05703C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05703C is #FA8FC3. Grayscale: #4A4A4A. Windows color (decimal): -16420804 or 3960837. OLE color: 3960837.

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

Color convert

RGB 5 112 60 -
CMYK 0.96 0 0.46 0.56
HSL 150.84º 0.91% 0.23% -
HSV(B) 150.84º 0.96% 0.44% -
XYZ 6.67 11.95 6.23 -
YUV 74.08 120.05 78.73 -
System Red Green Blue C M Y K H S L
Decimal 5 112 60 0.96 0 0.46 0.56 150.84 0.91 0.23
Hex 5 70 3C 60 0 2E 38 97 5B 17
Octal 5 160 74 140 0 56 70 227 133 27
Binary 101 1110000 111100 1100000 0 101110 111000 10010111 1011011 10111

Color Harmonies of #05703C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05703C

Black with #05703C

Text Example


Text Example

White with #05703C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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