Html Css Color HEX #01640D Green

📋 copy color: '#01640D'

red 1 ◦ green 100 ◦ blue 13

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

Shades of Green #01640D

Tints of Green #01640D

RGB

 RED value IS 1 (0.78% from 255) = 0.88%

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

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

R = 0.88%
G = 87.72%
B = 11.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.61

RGB Variations

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

Color information

#01640D (or 0x01640D) is known color: Green. HEX triplet: 01, 64 and 0D. RGB value is (1,100,13). Sum of RGB (Red+Green+Blue) = 1+100+13=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 100 (39.45% from 255 or 87.72% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 100 - color contains mainly: green. Hex color #01640D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01640D is #FE9BF2. Grayscale: #3C3C3C. Windows color (decimal): -16686067 or 877569. OLE color: 877569.

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

Color convert

RGB 1 100 13 -
CMYK 0.99 0 0.87 0.61
HSL 127.27º 0.98% 0.2% -
HSV(B) 127.27º 0.99% 0.39% -
XYZ 4.64 9.15 1.9 -
YUV 60.48 101.2 85.57 -
System Red Green Blue C M Y K H S L
Decimal 1 100 13 0.99 0 0.87 0.61 127.27 0.98 0.2
Hex 1 64 D 63 0 57 3D 7F 62 14
Octal 1 144 15 143 0 127 75 177 142 24
Binary 1 1100100 1101 1100011 0 1010111 111101 1111111 1100010 10100

Color Harmonies of #01640D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01640D

Black with #01640D

Text Example


Text Example

White with #01640D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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