#03650A

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

Shades of Green #03650A

Tints of Green #03650A

Color information

#03650A (or 0x03650A) is unknown color: approx Green. HEX triplet: 03, 65 and 0A. RGB value is (3,101,10). Sum of RGB (Red+Green+Blue) = 3+101+10=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 101 (39.84% from 255 or 88.60% from 114); Blue value is 10 (4.30% from 255 or 8.77% from 114); Max value from RGB is 101 - color contains mainly: green. Hex color #03650A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03650A is #FC9AF5. Grayscale: #3D3D3D. Windows color (decimal): -16554742 or 681219. OLE color: 681219.

HSL color Cylindrical-coordinate representation of color #03650A: hue angle of 124.29º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03650A is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB310110-
CMYK0.9700.900.60
HSL124.29º94.23%20.39%-
HSV(B)124.29º97.03%39.61%-
XYZ4.759.351.84-
YUV61.3299.0386.4-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.63%
GREEN value IS 101 (39.84% from 255) = 88.60%
BLUE value IS 10 (4.30% from 255) = 8.77%
R=2.63%
G=88.60%
B=8.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3101100.9700.900.60124.2994.2320.39
Hex365A6105A3C7c5e14
Octal31451214101327417413624
Binary11110010110101100001010110101111001111100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03650A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03650A; }

 p { color: rgb(3,101,10); }

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

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

 a { background-color: rgb(3,101,10); }

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

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

 span { border-color: rgb(3,101,10); }

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