Html Css Color HEX #05640D Green

📋 copy color: '#05640D'

red 5 ◦ green 100 ◦ blue 13

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

Shades of Green #05640D

Tints of Green #05640D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 84.75%

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

R = 4.24%
G = 84.75%
B = 11.02%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.87

 K value IS 0.61

RGB Variations

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

Color information

#05640D (or 0x05640D) is known color: Green. HEX triplet: 05, 64 and 0D. RGB value is (5,100,13). Sum of RGB (Red+Green+Blue) = 5+100+13=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 100 (39.45% from 255 or 84.75% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 100 - color contains mainly: green. Hex color #05640D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05640D is #FA9BF2. Grayscale: #3D3D3D. Windows color (decimal): -16423923 or 877573. OLE color: 877573.

HSL color Cylindrical-coordinate representation of color #05640D: hue angle of 125.05º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05640D is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 100 13 -
CMYK 0.95 0 0.87 0.61
HSL 125.05º 0.9% 0.21% -
HSV(B) 125.05º 0.95% 0.39% -
XYZ 4.69 9.18 1.9 -
YUV 61.68 100.53 87.57 -
System Red Green Blue C M Y K H S L
Decimal 5 100 13 0.95 0 0.87 0.61 125.05 0.9 0.21
Hex 5 64 D 5F 0 57 3D 7D 5A 15
Octal 5 144 15 137 0 127 75 175 132 25
Binary 101 1100100 1101 1011111 0 1010111 111101 1111101 1011010 10101

Color Harmonies of #05640D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05640D

Black with #05640D

Text Example


Text Example

White with #05640D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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