#046714

Color #046714 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #046714

Tints of Green #046714

Color information

#046714 (or 0x046714) is unknown color: approx Green. HEX triplet: 04, 67 and 14. RGB value is (4,103,20). Sum of RGB (Red+Green+Blue) = 4+103+20=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 103 (40.62% from 255 or 81.10% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 103 - color contains mainly: green. Hex color #046714 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046714 is #FB98EB. Grayscale: #404040. Windows color (decimal): -16488684 or 1337092. OLE color: 1337092.

HSL color Cylindrical-coordinate representation of color #046714: hue angle of 129.7º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046714 is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB410320-
CMYK0.9600.810.60
HSL129.7º92.52%20.98%-
HSV(B)129.7º96.12%40.39%-
XYZ5.039.782.28-
YUV63.94103.285.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.15%
GREEN value IS 103 (40.62% from 255) = 81.10%
BLUE value IS 20 (8.20% from 255) = 15.75%
R=3.15%
G=81.10%
B=15.75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4103200.9600.810.60129.792.5220.98
Hex46714600513C825d15
Octal41472414001217420213525
Binary10011001111010011000000101000111110010000010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046714; }

 p { color: rgb(4,103,20); }

 H1.HeaderClassName
 {
   color: #046714;
 }
 .AnyTagClassName
 {
   color: #046714;
 }
</style>
background-color css

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

 a { background-color: rgb(4,103,20); }

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

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

 span { border-color: rgb(4,103,20); }

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