Html Css Color HEX #05700D Green

📋 copy color: '#05700D'

red 5 ◦ green 112 ◦ blue 13

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

Shades of Green #05700D

Tints of Green #05700D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10%

R = 3.85%
G = 86.15%
B = 10%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#05700D (or 0x05700D) is known color: Green. HEX triplet: 05, 70 and 0D. RGB value is (5,112,13). Sum of RGB (Red+Green+Blue) = 5+112+13=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 112 (44.14% from 255 or 86.15% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 112 - color contains mainly: green. Hex color #05700D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05700D is #FA8FF2. Grayscale: #454545. Windows color (decimal): -16420851 or 880645. OLE color: 880645.

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

Color convert

RGB 5 112 13 -
CMYK 0.96 0 0.88 0.56
HSL 124.49º 0.91% 0.23% -
HSV(B) 124.49º 0.96% 0.44% -
XYZ 5.93 11.65 2.32 -
YUV 68.72 96.55 82.55 -
System Red Green Blue C M Y K H S L
Decimal 5 112 13 0.96 0 0.88 0.56 124.49 0.91 0.23
Hex 5 70 D 60 0 58 38 7C 5B 17
Octal 5 160 15 140 0 130 70 174 133 27
Binary 101 1110000 1101 1100000 0 1011000 111000 1111100 1011011 10111

Color Harmonies of #05700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05700D

Black with #05700D

Text Example


Text Example

White with #05700D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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