#006405

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

Shades of Green #006405

Tints of Green #006405

Color information

#006405 (or 0x006405) is unknown color: approx Green. HEX triplet: 00, 64 and 05. RGB value is (0,100,5). Sum of RGB (Red+Green+Blue) = 0+100+5=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 100 (39.45% from 255 or 95.24% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 100 - color contains mainly: green. Hex color #006405 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006405 is #FF9BFA. Grayscale: #3B3B3B. Windows color (decimal): -16751611 or 353280. OLE color: 353280.

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

Color convert

RGB01005-
CMYK100.950.61
HSL123º100%19.61%-
HSV(B)123º100%39.22%-
XYZ4.589.131.66-
YUV59.2797.3785.72-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 100 (39.45% from 255) = 95.24%
BLUE value IS 5 (2.34% from 255) = 4.76%
R=0%
G=95.24%
B=4.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal01005100.950.6112310019.61
Hex06456405F3D7b6414
Octal0144514401377517314424
Binary011001001011100100010111111111011111011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006405; }

 p { color: rgb(0,100,5); }

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

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

 a { background-color: rgb(0,100,5); }

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

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

 span { border-color: rgb(0,100,5); }

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