Html Css Color HEX #057D0D Green

📋 copy color: '#057D0D'

red 5 ◦ green 125 ◦ blue 13

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

Shades of Green #057D0D

Tints of Green #057D0D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 87.41%

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

R = 3.5%
G = 87.41%
B = 9.09%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#057D0D (or 0x057D0D) is known color: Green. HEX triplet: 05, 7D and 0D. RGB value is (5,125,13). Sum of RGB (Red+Green+Blue) = 5+125+13=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 125 (49.22% from 255 or 87.41% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 125 - color contains mainly: green. Hex color #057D0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057D0D is #FA82F2. Grayscale: #4C4C4C. Windows color (decimal): -16417523 or 883973. OLE color: 883973.

HSL color Cylindrical-coordinate representation of color #057D0D: hue angle of 124º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057D0D is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 125 13 -
CMYK 0.96 0 0.90 0.51
HSL 124º 0.92% 0.25% -
HSV(B) 124º 0.96% 0.49% -
XYZ 7.47 14.73 2.83 -
YUV 76.35 92.24 77.11 -
System Red Green Blue C M Y K H S L
Decimal 5 125 13 0.96 0 0.90 0.51 124 0.92 0.25
Hex 5 7D D 60 0 5A 33 7C 5C 19
Octal 5 175 15 140 0 132 63 174 134 31
Binary 101 1111101 1101 1100000 0 1011010 110011 1111100 1011100 11001

Color Harmonies of #057D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057D0D

Black with #057D0D

Text Example


Text Example

White with #057D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057D0D; }

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

 H1.HeaderClassName
 {
   color: #057D0D;
 }
 .AnyTagClassName
 {
   color: #057D0D;
 }
</style>

background-color css

<style>
 a { background-color: #057D0D; }

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

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

border-color css

<style>
 span { border-color: #057D0D; }

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

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