Html Css Color HEX #046013 Green

📋 copy color: '#046013'

red 4 ◦ green 96 ◦ blue 19

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

Shades of Green #046013

Tints of Green #046013

RGB

 RED value IS 4 (1.95% from 255) = 3.36%

 GREEN value IS 96 (37.89% from 255) = 80.67%

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

R = 3.36%
G = 80.67%
B = 15.97%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#046013 (or 0x046013) is known color: Green. HEX triplet: 04, 60 and 13. RGB value is (4,96,19). Sum of RGB (Red+Green+Blue) = 4+96+19=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 96 (37.89% from 255 or 80.67% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 96 - color contains mainly: green. Hex color #046013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046013 is #FB9FEC. Grayscale: #3B3B3B. Windows color (decimal): -16490477 or 1269764. OLE color: 1269764.

HSL color Cylindrical-coordinate representation of color #046013: hue angle of 129.78º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046013 is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 96 19 -
CMYK 0.96 0 0.80 0.62
HSL 129.78º 0.92% 0.2% -
HSV(B) 129.78º 0.96% 0.38% -
XYZ 4.35 8.44 2.02 -
YUV 59.71 105.02 88.26 -
System Red Green Blue C M Y K H S L
Decimal 4 96 19 0.96 0 0.80 0.62 129.78 0.92 0.2
Hex 4 60 13 60 0 50 3E 82 5C 14
Octal 4 140 23 140 0 120 76 202 134 24
Binary 100 1100000 10011 1100000 0 1010000 111110 10000010 1011100 10100

Color Harmonies of #046013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046013

Black with #046013

Text Example


Text Example

White with #046013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046013; }

 p { color: rgb(4,96,19); }

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

background-color css

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

 a { background-color: rgb(4,96,19); }

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

border-color css

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

 span { border-color: rgb(4,96,19); }

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