Html Css Color HEX #05703F Jewel

📋 copy color: '#05703F'

red 5 ◦ green 112 ◦ blue 63

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

Shades of Jewel #05703F

Tints of Jewel #05703F

RGB

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

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

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

R = 2.78%
G = 62.22%
B = 35%

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

#05703F (or 0x05703F) is known color: Jewel. HEX triplet: 05, 70 and 3F. RGB value is (5,112,63). Sum of RGB (Red+Green+Blue) = 5+112+63=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 112 (44.14% from 255 or 62.22% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 112 - color contains mainly: green. Hex color #05703F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05703F is #FA8FC0. Grayscale: #4A4A4A. Windows color (decimal): -16420801 or 4157445. OLE color: 4157445.

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

Color convert

RGB 5 112 63 -
CMYK 0.96 0 0.44 0.56
HSL 152.52º 0.91% 0.23% -
HSV(B) 152.52º 0.96% 0.44% -
XYZ 6.75 11.98 6.66 -
YUV 74.42 121.55 78.48 -
System Red Green Blue C M Y K H S L
Decimal 5 112 63 0.96 0 0.44 0.56 152.52 0.91 0.23
Hex 5 70 3F 60 0 2C 38 99 5B 17
Octal 5 160 77 140 0 54 70 231 133 27
Binary 101 1110000 111111 1100000 0 101100 111000 10011001 1011011 10111

Color Harmonies of #05703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05703F

Black with #05703F

Text Example


Text Example

White with #05703F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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