#04640E

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

Shades of Green #04640E

Tints of Green #04640E

Color information

#04640E (or 0x04640E) is unknown color: approx Green. HEX triplet: 04, 64 and 0E. RGB value is (4,100,14). Sum of RGB (Red+Green+Blue) = 4+100+14=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 100 (39.45% from 255 or 84.75% from 118); Blue value is 14 (5.86% from 255 or 11.86% from 118); Max value from RGB is 100 - color contains mainly: green. Hex color #04640E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04640E is #FB9BF1. Grayscale: #3D3D3D. Windows color (decimal): -16489458 or 943108. OLE color: 943108.

HSL color Cylindrical-coordinate representation of color #04640E: hue angle of 126.25º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04640E is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB410014-
CMYK0.9600.860.61
HSL126.25º92.31%20.39%-
HSV(B)126.25º96%39.22%-
XYZ4.699.171.94-
YUV61.49101.286.99-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.39%
GREEN value IS 100 (39.45% from 255) = 84.75%
BLUE value IS 14 (5.86% from 255) = 11.86%
R=3.39%
G=84.75%
B=11.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4100140.9600.860.61126.2592.3120.39
Hex464E600563D7e5c14
Octal41441614001267517613424
Binary100110010011101100000010101101111011111110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04640E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04640E; }

 p { color: rgb(4,100,14); }

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

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

 a { background-color: rgb(4,100,14); }

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

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

 span { border-color: rgb(4,100,14); }

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