Html Css Color HEX #017413 Green

📋 copy color: '#017413'

red 1 ◦ green 116 ◦ blue 19

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

Shades of Green #017413

Tints of Green #017413

RGB

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

 GREEN value IS 116 (45.7% from 255) = 85.29%

 BLUE value IS 19 (7.81% from 255) = 13.97%

R = 0.74%
G = 85.29%
B = 13.97%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#017413 (or 0x017413) is known color: Green. HEX triplet: 01, 74 and 13. RGB value is (1,116,19). Sum of RGB (Red+Green+Blue) = 1+116+19=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 116 (45.70% from 255 or 85.29% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 116 - color contains mainly: green. Hex color #017413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017413 is #FE8BEC. Grayscale: #464646. Windows color (decimal): -16681965 or 1274881. OLE color: 1274881.

HSL color Cylindrical-coordinate representation of color #017413: hue angle of 129.39º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017413 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 116 19 -
CMYK 0.99 0 0.84 0.55
HSL 129.39º 0.98% 0.23% -
HSV(B) 129.39º 0.99% 0.45% -
XYZ 6.38 12.54 2.7 -
YUV 70.56 98.9 78.39 -
System Red Green Blue C M Y K H S L
Decimal 1 116 19 0.99 0 0.84 0.55 129.39 0.98 0.23
Hex 1 74 13 63 0 54 37 81 62 17
Octal 1 164 23 143 0 124 67 201 142 27
Binary 1 1110100 10011 1100011 0 1010100 110111 10000001 1100010 10111

Color Harmonies of #017413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017413

Black with #017413

Text Example


Text Example

White with #017413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017413; }

 p { color: rgb(1,116,19); }

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

background-color css

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

 a { background-color: rgb(1,116,19); }

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

border-color css

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

 span { border-color: rgb(1,116,19); }

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